> Overriding rows should not be possible at all.
> Temporary tables are created in a schema that is named after the session
> (something like pg_temp_{session number}).
> If a web request is served by a thread, that keeps hold of the db
> session until it finishes processing the request, nobody else can use
> the table in the meanwhile.
> After that, another request comes in and the table is cleared again
> inside sa_rwt().

Ah, ok, then the temporary table itself will ensure that. I wasn't aware of 
that.

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to