Re: My very first python web app (no framework)

2007-12-10 Thread A.T.Hofkamp
On 2007-12-10, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 9 Dic, 15:43, [EMAIL PROTECTED] wrote: >> Is it the right way to go? Is it safe in a web production >> environment ? Is it thread-friendly (since flup is threaded) ? >> >> tnx > > Any hint ? If you as author are asking, my bet is on

Re: My very first python web app (no framework)

2007-12-10 Thread scardig
On 9 Dic, 15:43, [EMAIL PROTECTED] wrote: > This is my first Python web pseudo-app: "you give me some data, I give > you func(data)". I'm on a shared host with mod_fastcgi so I installed > a virtual python environment + flup (no middleware now, just wsgi > server). > > = dispatch.fcgi =