Hi,
I have one question about NSPR thread using.
From NSPR Refrence,I know when use PR_CreateThread with Localthreads
param,the thread will scheduled within a process only and are handled
entirely by NSPR.But from reference,I know that NSPR thread is more cheaper
than system thread,what does "cheaper" means?Does it means require less
thread than use system therad?
I use NSPR thread to build my server and not use connection pool.When a
client request arrive,it will call PR_CreateThread to create a new thread to
finish the work,after work,the working thread exit.And I use webload6 to
test this server,when use on Linux,the thread will return to orin value when
webload load session stoped(use ps command to view).But in SunOS,when
webload load session stoped,the thread number can't drop for a long
time(also use ps command).And when I test in SunOS,the total thread number
will continuous go up when load session start.Can someone explain this
differnce?
Thanks
LiuPeng
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto