Wolfgang Winkler wrote:
> Hi!
>
> I've narrowed down my problem and it's definitely a problem with TLS.

I can get a crash with just tcl/threads/tls, so I would say that the 
problem is not with aolserver.

sample code:

package require Thread
for {set x 0} {$x < 1000000} {incr x} {
         thread::create {
                 package require tls
         }
}

-J


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
aolserver-talk mailing list
aolserver-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aolserver-talk

Reply via email to