php3-list | 2000051
Date: 05/15/00
- Next message: Holger Bahr: "[PHP3] Re: OO funnies?"
- Previous message: Roshan Sharma: "[PHP3] Natural Language Parsing using php"
- In reply to: Thomas Deliduka: "[PHP3] Mysql & PHP connection/Performance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Deliduka wrote:
> My company is looking to setup this server/database intensive website which
> will consist of probably over 1,000 connections and operations (select and
> update/insert) each second.
>
> We're talking to investors and they want to know how the heck are we
> planning on making sure the server doesn't crush under the pressure.
>
> The only thing I could think to say is that a site that we're modeling
> ourselves after is using Perl which is slower than php and they have no
> problem, and they have probably 2,000 operations per second.
>
> But they want hard information, does anyone on this list have any hard
> information?
A lot depends on exact queries, hardware and optimizations made. Also if
you need really strong background for investors and yourself, then it
would be good ide to buy commercial supports for MySQL and PHP. 1000
simultaneous connections are little bit tricky sometimes. Under linux
2.2.x you should recompile kernel for everything bigger than 256 and
recompile glibc for 1024+. 4090 is maximum at all now under linux.
-- +----------------------------------------------------------------+ | TcX ____ __ _____ _____ ___ | | /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Tõnu Samuel | | /*/ /*/ /*/ \*\_ |*| |*||*| tonu <email protected> | | /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Tallinn, Estonia | | /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ | | ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ | | /*/ \*\ Developers Team | +----------------------------------------------------------------+-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Holger Bahr: "[PHP3] Re: OO funnies?"
- Previous message: Roshan Sharma: "[PHP3] Natural Language Parsing using php"
- In reply to: Thomas Deliduka: "[PHP3] Mysql & PHP connection/Performance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

