Twisted Perspective Broker: get client ip

2011-09-14 Thread Andrea Di Mario
, myContextFactory) reactor.run() -- Andrea Di Mario -- http://mail.python.org/mailman/listinfo/python-list

Notifications when process is killed

2011-08-02 Thread Andrea Di Mario
that caused the termination; you can then log anything you want. Hi, i understand, i've read that SIGKILL can't catch, but nothing about SIGTERM. If i use SIGCHLD, i will have difficult when parent receive a SIGTERM, or not? Thanks, regards. -- Andrea Di Mario -- http://mail.python.org/mailman

Notifications when process is killed

2011-08-01 Thread Andrea Di Mario
this? Thanks, regards. -- Andrea Di Mario -- http://mail.python.org/mailman/listinfo/python-list

Notifications when process is killed

2011-08-01 Thread Andrea Di Mario
Thanks Thomas, it is what i'm looking for. Regards -- Andrea Di Mario -- http://mail.python.org/mailman/listinfo/python-list

Secure ssl connection with wrap_socket

2011-07-05 Thread Andrea Di Mario
: urlopen error _ssl.c:326: No root certificates specified for verification of other-side certificates. It works only with CERT_NONE (the default) but with this option i could access to the service in insicure mode. Have you some suggestions for my service? Thanks. Regards. -- Andrea Di Mario