English 中文(简体)
连续经营业务流程
原标题:Continuous Running Business Process

I want a single thread of business process to run continuously in .net. For which can I am thinking of making a window service that will run continuously. If this service fails i want web based control for administrator.

问题1:如果这项服务未能通过网络应用来加以检查(我可以由SC指挥部迅速检查,但如何将这一服务转移到网上环境)。

问题2:通过使用(真实)休息时间来持续提供服务的想法。 这是解决这一问题的正确途径。

问题3:我怎样才能确保只有一个时候?

最佳回答
问题回答

问题1:为什么不只使用例外处理在电子邮件中开火,或写到XML档案中,你可以使用XSLT进行变换

问题 2. 服务可每30分钟办理一次申请。 您的意思是,这项服务能够持续运作?

问题3:你可以在守则中进行检查,以检查是否有另一起案例,见单一州的情况。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签