Gossamer Forum
Home : General : Perl Programming :

700 hits/sec

Quote Reply
700 hits/sec
Hi,

Do you thinks that Linux with Tomcat can handle about 700 hits per second. That's including an action which insert some data into Mysql database

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] 700 hits/sec In reply to
Thats quite a lot of hits. You may be better to use DELAYED INSERT rather than a normal INSERT (basically it just lets the program run, and inserts it when the server gets some free time).

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [tandat] 700 hits/sec In reply to
You get over 1 million hits a day? Are you sure?

Infact you can't be right. That works out at:

700 * 60 = 42000 hits per minute

42000 * 60 = 2,520,000 per hour

2,520,000 * 24 = 60,480,000 per day

Last edited by:

Paul: Mar 25, 2002, 1:34 AM
Quote Reply
Re: [Paul] 700 hits/sec In reply to
I don't know. A client from UK said that. He's using jsp with Tomcat and a PII-400 Mhz machine

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] 700 hits/sec In reply to
Basically he's telling pork pies (lies).

Not even Microsoft or AOL or Google get anywhere near 60 million hits a day.

.....a pentium II would die long before that :)

Last edited by:

Paul: Mar 25, 2002, 2:41 AM
Quote Reply
Re: [tandat] 700 hits/sec In reply to
http://209.249.142.27/....toppropertiesweekly[/url]
Quote Reply
Re: [Paul] 700 hits/sec In reply to
Thanks for your info. My 'hits' may cause a misunderstanding. I mean 700 requests

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] 700 hits/sec In reply to
So 700 requests of files (i.e includes etc), or 700 requests to MySQL ?

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

A.J.: Mar 25, 2002, 5:36 AM
Quote Reply
Re: [A.J.] 700 hits/sec In reply to
700 requests to jsp page. In each request, jsp file will insert into Mysql a record and response an image of 1x1 pixel

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] 700 hits/sec In reply to
Hi,

700 req/s to a jsp page?! I doubt they are doing that on a 400 mhz processor.

Have a look at:

http://chamas.com/bench/

These are benchmarks of just printing "Hello World", nothing complex like connecting to a database. On a p2 233, you only get around 70 hits per second. There is no way you could do 700.

Cheers,

Alex
--
Gossamer Threads Inc.