2009/6/5 Richard Ulrich <[email protected]>: > > Somewhere around "WServer::start();" 10 new threads are being created. > Shortly afterwards, 11 threads exit. One of them had some processor > time, the others had none. >
This could indicate that accept (or listen) failed, but I would expect that an error is thrown when that happens. Did you verify with netstat that Wt is actually listening on port 80 (or whatever)? Wim. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
