Re: Real Insight on Performance

2008-07-16 Thread Rahul
Thanks Alexander, I need multi-threaded support because I will need to share data between threads. I am not just serving static pages, I am actually performing data manipulation using data that comes in the request as well as what's in memory. The memory could grow to at least 4 GB. Actually, I wo

Re: Real Insight on Performance

2008-07-15 Thread Alexander Leidinger
Quoting Rahul <[EMAIL PROTECTED]> (from Tue, 15 Jul 2008 20:17:46 -0400): For example: I would like to run a high performance web server that can handle up to 200 connections per second and serve them with great speed. That's where the concern for multi-threaded support. Depending Serving 200

Re: Real Insight on Performance

2008-07-15 Thread Rahul
Thanks for the prompt response. Believe me I am fan of FreeBSD already. Your group size and discipline is what has attracted me to FreeBSD and the great respect for such work preceding it! It's just that when it comes to work/business I have to be objective. Hence, the extensive research I am doing

Re: Real Insight on Performance

2008-07-15 Thread Julian Elischer
Rahul wrote: Hi all, I am looking to install Unix (and/or like) system for server to run some highly computational and multi-threaded applications. My background being pretty much all Windows, I am a novice to this field. I have grasped some basics by reading some material on web and how-to book

Real Insight on Performance

2008-07-15 Thread Rahul
Hi all, I am looking to install Unix (and/or like) system for server to run some highly computational and multi-threaded applications. My background being pretty much all Windows, I am a novice to this field. I have grasped some basics by reading some material on web and how-to books but event aft