C
cider123
I have a working Web Service that runs on .NET 2.0 Framework.
Just for tracking purposes, I log a reference in SQL Server whenever an
instance fires up.
I have a Window Service that launches multiple instances of the Web
Service in Async mode.
As I move forward in testing, I slowly increase the depth and expand.
The problem I've run into is regardless of how many instances I tell it
to launch, it caps at 2. When those 2 shut down, 2 more fire up on the
next revolution of the engine cycle.
This might be a Web Server setting, or a web.config profile I'm not
familiar with. I searched around newsgroups and the web, but I feel
it's a unique setting and haven't had any luck.
How do you allow more than 2 instances?
Just for tracking purposes, I log a reference in SQL Server whenever an
instance fires up.
I have a Window Service that launches multiple instances of the Web
Service in Async mode.
As I move forward in testing, I slowly increase the depth and expand.
The problem I've run into is regardless of how many instances I tell it
to launch, it caps at 2. When those 2 shut down, 2 more fire up on the
next revolution of the engine cycle.
This might be a Web Server setting, or a web.config profile I'm not
familiar with. I searched around newsgroups and the web, but I feel
it's a unique setting and haven't had any luck.
How do you allow more than 2 instances?