Ask a Question related to ASP.NET General, Design and Development.
-
Gary #1
.net thread pooling problem
Hi,
I am developing a remote server application. this has to be service
multiple requests at the same time. This is currently being done using the
..Net thread pool.
I have no problems with upto 25 clients accessing my server. After
that I get an exception on the server , that the system is "unable to find a
free thread to complete the requested operation".
I know that .Net specifies a default setting of 25 worker threads
and 25 IO threads, these defaults are specified in machine.config. But even
by changing these parameters I am not being able to move beyond the limit of
25 simultaneous requests. I have also restarted my system after changing
these parameters, but there is no change in behaviour. We are also printing
to console, the number of WorkerThreads and RequestQueue by using
ThreadPool.GetMaxThreads, but this prints 25 , 25 for both of these even
after changes to the config file. We have also tried to configure the
minFreeThreads , minLocalRequestFreeThreads and appRequestQueueLimit, but
there is no change in behaviour.
Why is the .Net thread pool not queueing the request if there are no
free threads available? Is there a way to ensure this happens ? Also, what
is the method of definitely increasing the thread pool size?
Note: I am using .Net framework version 1.03.
Any help would be highly appreciated.
TIA,
Gary
Gary Guest
-
problem with ppm - looking for MSWin320-x86-multi-thread-5.8
I am using perl with Windows XP and ActiveState Perl. I downloaded finance-yahooquote.zip, unzipped it which gave me a .ppd and .tar.gz file but... -
Newbie:Using ASP.NET thread pool thread to dispatch TCP data, etc.
Hi, I've an ASP.NET web service which distributes events to clients via TCP. Environment is IIS6 on Windows 2003 server with .NET framework 1.1... -
[PHP-DEV] Ifx - Help ! losing my mind, thread by thread
--------------010000080604040703060106 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Please... -
[PHP-DEV] PHP thread stack problem on HPUX
A few months back i submitted a bug report #21855 and forgotten about it. In short ...certain complex enough scripts would cause PHP to crash and... -
Thread and shared data problem
(I'm tired, and I can't think well enough right now to really analyze this, but one thing you might look into is using 'threads' (new ithreads...



Reply With Quote

