Re: WEB programs running 100% on iSeries



Thorbjoern Ravn Andersen wrote:

"Bradley V. Stone" <bvstone@xxxxxxxxxxxxxxxx> writes:


Those have been running untouched, without issue for over 5 years
now. And SUPER fast.


We are most likely approaching a situation where we will need to
evaluate the possible work load for a given AS/400 machine handling
web services.

One candidate is naturally java since the tools are all there, but the
question is what can be provided with the tools you are familiar
with. Can you elaborate on this?


You want a load tester for your iSeries to see what it can handle as far as web service requests? Or are you looking for something on the iSeries to handle web services (ie accept and/or make requests?)

If you're looking for a load tester, the bottleneck usually lies in the machine making the requests as it's hard to make 1000 simultaneous requests from one machine to load down another (especially if it's a PC)

I've done this in the past a little with two iSeries. I find a bigger more powerful iSeries and submit as many jobs as possible that make web service requests to the other to QSYSNOMAX so all the jobs will run as many at a time as the machine will allow. I record the data from each hit, and make assumptions. :)

If you're looking for something to create/process web services, check out www.rpg-xml.com. Great product, RPG based, no Java or Websphere, and fast.
.



Relevant Pages

  • RE: Load Balancing
    ... proper semantics to allow multiple host instances to hit one REMOTE receive ... the load in effect. ... share loads on different transport types such as file and Web services. ... Any general comment on other transport types. ...
    (microsoft.public.biztalk.general)
  • Re: DataSet too Memory Intensive!
    ... Thank you for your input Dan! ... hadn't even realized I was implementing web services in a way that ... that was exactly how I was attempting to load the data. ... I'm using FOR XML AUTO because I couldn't get ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: DataSet too Memory Intensive!
    ... Thank you for your input Dan! ... hadn't even realized I was implementing web services in a way that ... that was exactly how I was attempting to load the data. ... I'm using FOR XML AUTO because I couldn't get ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: System.Configuration.ConfigurationException
    ... Hmm... ... sounds almost as if it can't decide which version of handler to ... TypeLoad usually means it can't load the correct version of a given ... >NameValueSectionHandler in web services and web apps? ...
    (microsoft.public.dotnet.languages.csharp)