× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I am not sure what the max clients is, but I do know that when I have done
testing with JMeter I hit the TCP layer bottleneck before I hit the OS job
limitation. Actually, that was a test for stateless transactions. I
basically spun up a couple hundred Apache jobs and hit it hard with JMeter.
That's when things started falling apart and I had to call IBM. They of
course told me it was my software, so I had to put together a bare bones CGI
app and prove it wasn't. Then they got one of the higher level devs on and
they pretty much determined it was at the TCP layer. You can adjust the TCP
layer settings, but they recommended against it.

I know a million connections is a lot, but I am dreaming big for some social
media type applications I have up my sleeve :-) I guess if I ever did get
over a couple thousand concurrent connections that I would want to have
multiple servers at different geographic locations because it would probably
mean I hit the jackpot! ;-)

Aaron Bartell


On Fri, Dec 31, 2010 at 1:30 PM, Joe Pluta <joepluta@xxxxxxxxxxxxxxxxx>wrote:

Actually, I'm not sure where I got the 65000 number. I think I was
thinking about the maximum number of ports per IP address.
Realistically the limit on concurrent stateful sessions is the number of
simultaneous processes that you can have being served from the same IP
address, and I think that number is actually pretty low. It gets a
little fuzzy; I think the number is controlled by the MaxClients setting
and that number is rarely set above 1000, but maybe Aaron knows more.

Joe

But this is a little bit of a red herring. The real limitation is that
you can only have 65,000 connections on an IP address. If you have over
65K connections, you need multiple IP addresses and once you have
multiple IP addresses, you automatically have a way to segment the load
among multiple servers. So even if you were trying to run Amazon on an
IBM i, you could do it.

Joe

--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.