Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: server becomes unresponsive"

To view the discussion, visit: http://community.jboss.org/message/644483#644483

--------------------------------------------------------------
>>What can be done to solve this problem.
Don't run the processes? ;-)
I would modify the processes to not use 100% of the CPU. Without knowing 
anything about these processes (what they do, what they are written in, if you 
have the source, how they are configured), it is hard to give more specific 
advice. If you have multiple CPUs on your machine, you could set affinity such 
that the processes get only a single CPU, that way they won't take up the whole 
machine.

>>What is the ideal hardware requirement for servers that get about 300-500 
>>traffic in a day.
300 to 500 requests per day? Of did you mean per minute/hour? 
It all depends on what each request is doing. If each request is to index the 
entire internet, then your box is woefully underpowered. If each reqeust is a 
simple "hello world" echo, then you should be able to get 500 requests per 
second. Since you did not provide any information about what the resusts do, or 
the different types of requests you have, nor of the processing requirements 
for each request type, I can't provide any more detailed information than that.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/644483#644483]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to