aspose file tools
The moose likes Servlets and the fly likes how many concurrent requests with weblogic 8?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how many concurrent requests with weblogic 8??" Watch "how many concurrent requests with weblogic 8??" New topic
Author

how many concurrent requests with weblogic 8??

Kamyar Onikzeh
Ranch Hand

Joined: Sep 10, 2003
Posts: 30
HI friends .
Can anyone tell me how many concurrent requests can be handeled by weblogic 8 ???
I know it depends on hardware limitations but... is there an average for it?
For example with Tomcat it's about 200...


"The greatest pleasure in life is doing what people say you cannot do." --Walter Bagehot<p>SCJP 1.4<br />SCWCD 1.3
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

I'd contact BEA, I'm sure they have metrics for this.


My Blog: Down Home Country Coding with Scott Selikoff
Santhosh Kumar
Ranch Hand

Joined: Nov 07, 2000
Posts: 242
Number of concurrent requests handled by Weblogic server is all depending on the hardware, especially CPUs. There is no limit as such imposed by the Weblogic. You can configure execute threads to the limit, can be handled by your hardware and weblogic will execute those many requests.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how many concurrent requests with weblogic 8??
 
Similar Threads
configure Tomcat configure number of concurrent requests
Thrad Pooling
Websphere... Kyle pl help
Move to Connection Pooling
configure concurrent requests in weblogic