Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python Processes for Win32

Reply
Thread Tools

Python Processes for Win32

 
 
harlinseritt@yahoo.com
Guest
Posts: n/a
 
      02-05-2005
I have a daemon type script (daemon.py -- we'll say) that I would like
to have run continuously. I'd like to be able to do something like
this:

daemon.py start

.... and then to have it stop I'd like to do this:

daemon.py stop

I am having a hard time googling for a clue as to how to accomplish
this. If anyone can point me in the right direction, I'd really
appreciate it.

thanks,

Harlin

 
Reply With Quote
 
 
 
 
Do Re Mi chel La Si Do
Guest
Posts: n/a
 
      02-05-2005
Hi !

Look for "service" in PyWin


@-salutations
--
Michel Claveau



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling processes and what to "feed" other processes Marc Heiler Ruby 1 05-24-2009 05:37 PM
python-ldap/win32 or python/ldap/win32 rcmn Python 1 11-06-2006 11:47 PM
processes in win32 Scaramouche Perl 4 01-21-2004 02:34 PM
How do I: Main thread spawn child threads, which child processes...control those child processes? Jeff Rodriguez C Programming 23 12-09-2003 11:06 PM
Listing processes using Perl (Win32) Filipe Bonjour Perl 0 07-26-2003 04:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57