Hello,

I'm having the following problem with my pylons application:

I have 3 asynchronous calls to a controller on different actions,
since I'm using an Oracle db i keep getting this error:
Error - <class 'sqlalchemy.exc.DatabaseError'>: (DatabaseError)
ORA-12592: TNS:bad packet

So I looked up and it looks like I'm having a concurrency problem with
my Session object.
In my controller when I print my session object I get the same object
address in some actions.

Does anyone know how to solve this problem?

Thanks

Alan

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to