How should I be handling transactions through SQLObject if I am using the flup forking WSGI server for deployment and have CherryPy setup to not use threads? I have seen Ian Bicking's previous post containing his "do_in_transaction" routine, but it seems to use threading to infer things.
Whats the right thing to do? -- Jonathan

