Patrick, Patrick wrote: > 1. Is there a good example of a multithreaded NSS server app on Mozilla or > elsewhere?
Yes, mozilla/security/nss/cmd/selfserv is a multithreaded SSL server. > 3. Whats' the best way to analyze the resulting core dump? Using the excellent dbx debugger, which comes with the Sun workshop compiler. -- "Except for the lack of debugging and the ps thing, [Linux] kernel threads are generally fine right now. And if you're not too fussed about the more fiddly details of POSIX threads, and your application doesn't spend most of its time in thread creation, then LinuxThreads is great too." Linux-Kernel archive
