a single pool expects to connect to a single database URL, since it  
pools all connections equally and doesn't store details regarding the  
characteristics of individual connections.

If you want to pull results from multiple databases, you'd have to use  
multiple pool and/or Engine objects for that.


On Feb 12, 2009, at 9:49 AM, Rodrigo Faccioli wrote:

>
> Hi,
>
> This is my first post. I want to know, if is possible, I connect to
> postgresql at the same time. Example: I have a webpage which shows
> five results that their data have stored in the same database or not
> (but all postgresql). So, my idea is using sqlalchemy pool connection
> call these five results concurrently.
>
> I thanks for any help.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to