× 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.



Not that we are talking directly about this, but I wanted to note a danger
in sharing jobs.

The single job for many users carries the same worries that RPG+CGI does if
you are doing SQL stored procedures calling RPG programs (i.e. global
variables are shared across requests regardless of if it is a different
user). Basically it means you need to inz your variables responsibly on the
RPG side for each request and don't assume it is the same user.

I have been bit in the butt by that one :-)

Aaron Bartell
http://mowyourlawn.com

On Mon, Oct 27, 2008 at 4:29 PM, Walden H. Leverich <WaldenL@xxxxxxxxxxxxxxx
wrote:

So out of curiosity, what criteria do folks use to draw the line?

In my case I don't draw the line, each request is a "new" connection.
Now the connections are in a connection pool, so to the 400 this seems
to be just another request in the same job, but there is no retained
state between the requests. Each request stands on its own, and _could_
be sent on a brand spankin' new connection, it's just a performance
tweak that we reuse the connection.

As for the different frames, since it's a different connection for each,
no harm.

-Walden


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.