.net - How does WF hosted as WCF in IIS 6 resume after delay? -


What is hosted as WCF (.NET 3.5) in IIS 6 after the delay activity is persisted for SqlWorkflowPersistenceService is? And if so, what type of thread is being used (a background thread from ASP.Net Worker thread or IIS?)

.NET code does not use "one thread from IIS 6", it is always an ASP.NET worker thread.

There are two similarities in IIS 7.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -