[Mono-bugs] [Bug 623281] [Regression] Threadpool treats 'min_threads' as 'max_threads'

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jul 18 13:36:36 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=623281

http://bugzilla.novell.com/show_bug.cgi?id=623281#c4


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
           Severity|Major                       |Critical

--- Comment #4 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-07-18 17:36:36 UTC ---
This is the output from MS in 3 attempts:
---------------MS OUTPUT-----------------
c:\dvp>tp
Attempting to start 10 worker threads
Threads - Min: 5. Max: 250. Available: 250
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Threads - Min: 5. Max: 250. Available: 245
Allowing the workers to exit

c:\dvp>tp
Attempting to start 10 worker threads
Threads - Min: 5. Max: 250. Available: 250
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Threads - Min: 5. Max: 250. Available: 241
Allowing the workers to exit

c:\dvp>tp
Attempting to start 10 worker threads
Threads - Min: 5. Max: 250. Available: 250
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Threads - Min: 5. Max: 250. Available: 240
Allowing the workers to exit
---------------END MS OUTPUT-----------------


And this is mono:
--------------------------------------------
Attempting to start 10 worker threads
Threads - Min: 5. Max: 200. Available: 200
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Worker thread started
Threads - Min: 5. Max: 200. Available: 190
Allowing the workers to exit
Worker thread finished
-------------------------------------------

So if we are guilty of anything is of creating threadpool threads in a shorter
interval than MS does, but I don't see any bug here.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list