I use stunnel for testing and compare results with our products. I made a script to monitor the number of threads and memory per process, now it always show 1 thread.
On Fri, 17 Jun 2005 23:55:57 +0300, Michal Trojnara Michal.Trojnara@mirt.net wrote:
Now it's ok, but I want the pthreads back :)
Why?
Mike
On multi-processor machines ucontext cannot take advantage of the many CPUs, while kernel-aware pthreading implementation will use all the (available/idle) CPUs.
On Sat, Jun 18, 2005 at 12:04:06AM +0300, Ionut Turturica wrote:
I use stunnel for testing and compare results with our products. I made a script to monitor the number of threads and memory per process, now it always show 1 thread.
On Fri, 17 Jun 2005 23:55:57 +0300, Michal Trojnara Michal.Trojnara@mirt.net wrote:
Now it's ok, but I want the pthreads back :)
Why?
Mike