I've got some global state and configuration information. It seems to me
that they ought to be members of my Site, but I don't see any obvious way
in a Resource.render_* to get the current Site. Neither Request nor
Resource have a instance or method that returns its Site that I can find.
Am
I'm using twisted 8.2 and (after reading glyph's latest "Twisted in 60
seconds" entry), I've realized that my sessions never expire. I never added
any session expiration code, but I thought that the default code expires
after 15 minutes.
In the below example, I modified twisted\web\server t
I'm trying to get SQL Server 2005 to CREATE DATABASE using twisted.
However, SQL Server won't allow you to run CREATE DATABASE within a
transaction (apparently, it's not something sql server can roll back, which
seems sensible). Which means that the following code results in an error.
Is th