On Mon, Jan 28, 2013 at 7:42 PM, JAGANADH G <jagana...@gmail.com> wrote:


> Is there any way to do the same. Any pointers to some examples or
> tutorials.
>

Er, did you try printing some log messages to keep you updated about the
progress?

In case you want something more heavy weight: (and perhaps a bit over kill
for this..) Check out: http://code.activestate.com/recipes/576515/

Go through that link. It's awesome. With that code included in your program
once you send  your program a SIGUSR1 it will interrupt the execution of
your code and immediately drop into a python prompt so  you can access the
complete program state. As I said it is perhaps over kill if you jus want
to know if your script is running or not... but wth, really. :)
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to