I have a db file with a function called getsession() that returns my Session
which has been established to = a scoped session.  The odd thing is it works
fine on my Windows XP machine, however on my ubuntu box it throws errors.  I
guess I'll reply later today with the errors.
Thanks
Michael Mileusnich

On Thu, Sep 10, 2009 at 10:10 AM, Michael Bayer <[email protected]>wrote:

>
> Michael Mileusnich wrote:
> > I have switched my application to use the Python multiprocessor threading
> > instead if the default python gil threading.  I seem to be running into
> > issues.  I am using scoped sessions and in my run() function, when I try
> > to
> > do sess = getsession() to grab the session sql alchemy throws a large
> > number
> > of errors.  Is this supported?
>
> I'm assuming you're referring to the "multiprocessing" module in Python
> 2.6.  It is absolutely supported, I run several applications in a
> production environment with heavy usage of multiprocessing.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to