Re: Need to solve the "Stateless HTTP" problem

2011-05-05 Thread Ian Kelly
On Thu, May 5, 2011 at 8:22 AM, Gnarlodious wrote: > My scripting has grown to the point where the Apache server is a > problem. My Python websites run and quit, which means I need to save > data and recreate everything next page load. Bulky and slow. What is > the simplest solution? > > I am runn

Re: Need to solve the "Stateless HTTP" problem

2011-05-05 Thread Miki Tebeka
> Essentially I want > certain objects to be a "constantly running process" that may timeout > after some disuse. memcached? -- http://mail.python.org/mailman/listinfo/python-list

Re: Need to solve the "Stateless HTTP" problem

2011-05-05 Thread Chris Angelico
On Fri, May 6, 2011 at 12:22 AM, Gnarlodious wrote: > My scripting has grown to the point where the Apache server is a > problem. My Python websites run and quit, which means I need to save > data and recreate everything next page load. Bulky and slow. What is > the simplest solution? > > I am run

Re: Need to solve the "Stateless HTTP" problem

2011-05-05 Thread garabik-news-2005-05
Gnarlodious wrote: > My scripting has grown to the point where the Apache server is a > problem. My Python websites run and quit, which means I need to save > data and recreate everything next page load. Bulky and slow. What is > the simplest solution? Karrigell? --

Need to solve the "Stateless HTTP" problem

2011-05-05 Thread Gnarlodious
My scripting has grown to the point where the Apache server is a problem. My Python websites run and quit, which means I need to save data and recreate everything next page load. Bulky and slow. What is the simplest solution? I am running Py3 on OSX Server with Apache 2. Essentially I want certain