Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4729
| From | Gnarlodious <gnarlodious@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Need to solve the "Stateless HTTP" problem |
| Date | 2011-05-05 07:22 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <a843a6cd-c2dd-4fdc-a8db-1f687e775eb8@f31g2000pri.googlegroups.com> (permalink) |
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 objects to be a "constantly running process" that may timeout after some disuse. I suspect there are already systems for it. Please advise in simple terms, I am not a professional. -- Gnarlie
Back to comp.lang.python | Previous | Next — Next in thread | Find similar
Need to solve the "Stateless HTTP" problem Gnarlodious <gnarlodious@gmail.com> - 2011-05-05 07:22 -0700 Re: Need to solve the "Stateless HTTP" problem garabik-news-2005-05@kassiopeia.juls.savba.sk - 2011-05-05 14:37 +0000 Re: Need to solve the "Stateless HTTP" problem Chris Angelico <rosuav@gmail.com> - 2011-05-06 00:47 +1000 Re: Need to solve the "Stateless HTTP" problem Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-05 11:07 -0600
csiph-web