Re: Multiprocess and Global State

2013-05-23 Thread Roberto De Ioris
> I all, > > Environment: > - Django 1.5.1 > - mongoengine 0.8.1 > > I use mongoengine to store and manage user accounts authentication. > > it work fine with the development server and uwsgi : only if I use a > single > process or thread mode. > > If i use more than 1 process, sometime ( when i r

Multiprocess and Global State

2013-05-23 Thread christophe de saint leger
I all, Environment: - Django 1.5.1 - mongoengine 0.8.1 I use mongoengine to store and manage user accounts authentication. it work fine with the development server and uwsgi : only if I use a single process or thread mode. If i use more than 1 process, sometime ( when i refresh my applicat