On 11/12/05, Jonathan LaCour <[EMAIL PROTECTED]> wrote: > I think someone with a bit more SQLObject knowledge should probably > take a look at this problem, and see if they can get it fixed. Not > being able to run in any multi-process environment seems to be a big > issue, at least to me.
Usually, a multiprocess environment should make things easier. So, to summarize the problem, when running with SQLObject in a multiprocess environment, you have been seeing things winding up in the cache and not leaving it at a request boundary no matter what you do. Is that correct? Kevin

