Guile Mailing List Archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mod_guile design problems



forcer writes:

 > - I want to make smob's for the request_rec, server_rec and
 >   conn_rec structures. Those are actually automagically destroyed
 >   by apache when it's done with it. I have no idea how to handle
 >   this - mod_guile modules can of course store the smob's
 >   wherever they like, and access them even after the real ones
 >   have vanished. sadly, apache does *not* provide a clean way to
 >   register "cleanup"-functions for these structures.

perhaps this is a good place to use guardians?

thi

Guile Home | Main Index | Thread Index