On 2010-02-17 13:41, brendon wrote: > Python runs fine some things have a little overhead like > os.popen(200ms) and I wasn't able to use SQLObject as it was far too > slow and am now using a basic wrapper for sqlite3 instead. With > everything installed web.py running as well as lighttpd and 3 other > python socket servers I still have 22MB of available RAM.
This sounds good. Fortunately, I don't need an RDBMS for my application, so I don't need an ORM. I'll take care about the os.popen issue, which I cannot avoid entirely. Many thanks! -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
