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



If you are talking about running PHP under Websphere, I am getting a
little out of my realm of experience. One option that MAY be available
would be to run it as a FastCGI module. If that would work then you
would get the same behavior since the architecture is similar. If it
does work, however, I don't know if that setup is supported.

Another option that you have, if your concern is accessing resources in
Websphere is to use the PHP Java Bridge. That allows you to run Java
objects like they were PHP objects.

One thing that I've done in the past with MySQL was create a simple
pooling mechanism in the Java Bridge and call it from within PHP. I
never tried it in a production environment but it seemed to work, and I
have heard of people doing that with Oracle.

Kevin

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Shannon ODonnell
Sent: Thursday, June 11, 2009 10:25 AM
To: 'Web Enabling the AS400 / iSeries'
Subject: Re: [WEB400] Reusing User ID and Password with Zend
i5_Program_Call

I'd add another variable to this question too... can I expect the same
behaviour when running under Websphere 6.1 instead of Apache? Or does
the
process change when it's Websphere?

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On
Behalf Of Nathan Andelin
Sent: Thursday, June 11, 2009 10:13 AM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Reusing User ID and Password with Zend
i5_Program_Call


From: Kevin Schroeder
Persistent connections are different from pooling in that each
individual pre-forked Apache process will maintain an open
connection to the database ...

Are persistent connections automatic? The default behavior? Or, is
there a
configuration directive? Or a DB connection property? Or something
else?

The term "persistent connections" often refers to the Apache keep-alive
setting, but I gather that in this case, Apache keep-alive has nothing
to do
with it.

Nathan.





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.