From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 24 Oct 2012 00:30:35 -0700 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20121024073035.GA27875@dinah> References: <3C9CB055-5F76-46DD-A48E-5E52130A913A@9srv.net> <50873938.9050704@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [9fans] 9grid? Topicbox-Message-UUID: c81636c4-ead7-11e9-9d60-3106f5b1d025 John Floren once said: > Write a basic http server for Plan 9 (in C) and run Apache Benchmark > against it. Somewhere around 100 concurrent connections, I tend to get > failure. There's code in /sys/src/9/ip that has a hard limit on the # > of concurrent connections IIRC. What happens when it fails? /sys/src/9/ip/ip.h:/Nchans isn't that low. Do you get the "garbage collecting Convs" message from the kernel? If you have stack traces or profiles, please post them on golang-dev or send them directly to me. I'll try to get any bugs fixed promptly. This goes for any other bugs encountered using Go on Plan 9. Cheers, Anthony