oh yeah, i forgot to mention. i am running multiple domain names and i am using VirtualHost under apache to redirect to the proper web2py application. could that be the problem? i am using the session as files, i like that better then the DB option because, well, i just like it because it is more direct from a developer point of view to just access the file directly if need be. wouldn't it be faster also?
anyway, i didn't understand all of that business with the __getstate__ and such. that is way deep for me without knowing much more about the inner workings of python. not that i am adverse to learning them, i am just not that intimate with python yet. so i will have a learning curve with this bug and thread. On Monday, December 23, 2013 8:00:16 AM UTC-5, Leonel Câmara wrote: > > No it's not wrong to use apache and wsgi, although there are better > options if you use Linux, in my experience there's only a problem if you're > running it on ms windows and you have more than one web2py instance as they > share the same embedded mod_wsgi. > does apache under centos do such a thing? run multiple web2py instances while sharing the same mod_wsgi? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

