How many xml http requests is too much for a pc to handle?

Posted by Uri on Server Fault See other posts from Server Fault or by Uri
Published on 2010-10-27T17:09:38Z Indexed on 2011/01/17 17:55 UTC
Read the original article Hit count: 147

Filed under:
|

I'm running mediawiki on an apache on a regular pc running vista (don't know the specific specs, but I'm guessing at least duo core 2 2 giga hertz processor, broadband connection (500 kb/s at least, probably 1 mega).

I want to use the MediaWiki api to send a lot of requests to this server. Most of the time the requests will be sent through LAN (but sometimes through the internet). I'm talking thousands of requests every few seconds at worst case. (A lot of these requests may repeat themselves, I guess some sort of cache would help)

Will the server handle this, or do I need a stronger/dedicated computer? (I'm not looking for specific yes/no, but just want to get an idea as to what configuration of computer will support how many request per second)

Thanks

© Server Fault or respective owner

Related posts about apache

Related posts about mediawiki