Hi!

On Oct 5, 2008, at 9:26 AM, Roland Bouman wrote:

Well, see, yes. But access to the THD would allow a plugin to change
its state too, right? I realize it may impact performance but are
there any chances of allowing only read access, and not to change the
servers operation?

THD, which is pretty poorly named, is our session class. Through it you have access to all of the session variables.

If you poked around at Apache you would find the request_rec which is pretty much the same thing. In our case though this is a class which we are encapsulating to keep folks from making use of any of the internals inside.

Cheers,
        -Brian

--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/                     <-- Me
http://tangent.org/                <-- Software
_______________________________________________________
You can't grep a dead tree.




_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to