[flexcoders] Re: Connection Pooling, Proxool, and Oracle

2005-09-09 Thread stealth1399
Just in case anyone wants to do this in the future. Proxool is complatibable with FLEX. The error was releated to a cast in the java code. Flex was not reporting the errors (set debug options). --- In flexcoders@yahoogroups.com, "stealth1399" <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: Connection Pooling, Proxool, and Oracle

2005-09-08 Thread stealth1399
Does anyone know of any open source projects similar to proxool that will implment connection pooling with flex? --- In flexcoders@yahoogroups.com, "stealth1399" <[EMAIL PROTECTED]> wrote: > Hello, > > The application that I'm working on is filling up the connection

[flexcoders] Connection Pooling, Proxool, and Oracle

2005-09-07 Thread stealth1399
Hello, The application that I'm working on is filling up the connections to our Oracle database. We are using Remote Objects (POJOs) to connect to the database. The application is moderatley database intensive and to speed up the responsiveness, connections are not explicitly being closed after t