Re: Write web apps in Python?
- From: Adam Tauno Williams <awilliam@xxxxxxxxxxxxx>
- Date: Wed, 21 Apr 2010 05:33:39 -0400
On Wed, 2010-04-21 at 10:28 +0200, Bruno Desthuilliers wrote:
Bryan a écrit :
I think I see what you mean
Err...
-- correct me if I'm wrong:
You are, sorry !-)
You want to
keep complex application data structures around between requests.
Nope. I want to keep all my settings parsed,
Store them in the session.
my librairies loaded,
Enable APC
all my connections opened etc.
If you are talking about RDBMS connections, use persistent connections.
Then you have everything you've asked for.
Now I'm sorry to say that for quite a few "sophisticated" PHP apps I've
seen (and eventually had to work on), the "startup" part - parsing the
include files, configuration, establishing connections etc - took a good
part of the total processing time.
.
- References:
- Write web apps in Python?
- From: Gilles Ganault
- Re: Write web apps in Python?
- From: Luis M. González
- Re: Write web apps in Python?
- From: Gilles Ganault
- Re: Write web apps in Python?
- From: Bruno Desthuilliers
- Re: Write web apps in Python?
- From: Gilles Ganault
- Re: Write web apps in Python?
- From: Bruno Desthuilliers
- Re: Write web apps in Python?
- From: Bryan
- Re: Write web apps in Python?
- From: Bruno Desthuilliers
- Re: Write web apps in Python?
- From: Bryan
- Re: Write web apps in Python?
- From: Bruno Desthuilliers
- Write web apps in Python?
- Prev by Date: Re: Japanese (speaking) developer needed for a bit of regex magic
- Next by Date: Re: how does a queue stop the thread?
- Previous by thread: Re: Write web apps in Python?
- Next by thread: Re: Write web apps in Python?
- Index(es):
Relevant Pages
|