Skip to main content

My biggest process has 52 activities (some are system types that aids the flow) and I try to put as much code in external DLL.

Can't do sub-process.

The file is 5.7meg in size and I am running VS2010 Update 4, BP 4.6.6, Win7x64, 22meg memory, quad AMD CPU (equiv to i5), regular HD.

 

Just wondering if the 15 seconds wait time for the client event view code to open is expected.

Another 15 seconds to save the view code.

 

latest i7 would have double the raw CPU performance  (only about 30% usage when view code)

SSD?

 

Hi Peter,


 


The specs on your machine are quite good. However a 52 activity process is quite a lot, especially if many of the activities are dependent on each other (waiting for each other to complete, etc), have you considered breaking the process into multiple processes?


 


Regards,


Reply