31 Jul
2003
31 Jul
'03
3:48 p.m.
Herman Geldenhuys wrote:
def installConnections(): def install(): #1) get zope app object #2) loop through zope objects and create connections manually ... thread.start_new(install, ())
I do something similar to this to set up another session data container in the temp_folder. Haven't had any problems and would love to know if I'm dicing with death here... cheers, Chris