.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
Post a Comment