Dave Thomas wrote:
> 
> Yeah, that's what I'm thinking.  I could tune the images server way down for flat 
>content and massive bandwith.
> 
> The only problem I can see is that webmasters hate having to code that extra info.

Hi!
You could also think about something like sqlRelay (www.firstworks.com)
- it provides the same (or almost the same) functionality for Oracle as
PHP and gives You some kind of spool of connections.
Though it is not persistent connection to Apache/PHP, the speed is
interesting - from Oracle to sqlRelay there are few persistent
connections, which can be shared between Apache processes - connection
to sqlrelay from Apache/PHP is fast - the best way is to use AF_UNIX
socket.
If You use it, it'll be very interesting to hear Your opinion
        Regards

-- 

-------------------------------------------------------------------/\------
Remigiusz Sokolowski      e-mail: [EMAIL PROTECTED]            /  \          
-----------------------------------------------------------------/____\-----

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to