Hello all,

I am doing a 'runWithConnection' call from the 'startService' of a
service.Service. In the callback, I startup more services based on the
results of the 'runWithConnection' and attach them to the main
application object.

This works fine when I start the script with 'twistd -noy'. However,
when I want to start it as a daemon using 'twisted -y', the
runWithConnection does not seem to work. The thread simply does not
start.

What could be wrong?

The database is 'PostgreSQL'. I am using the 'psycopg2' driver with the
adbapi.ConnectionPool.

Thanks a ton,
Joe

-- 
Joe Steeve
HiPro IT Solutions Pvt. Ltd.
http://hipro.co.in/

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to