Hi

I played a little with the alarm_clock software: i changed it a little
bit so that the wav file selection becomes a .sh file selection,
executed using

tux.sys.shell_free("sh %s "%(self.sh_filename))

My sample script contains:

mpg321 -o esd http://85.21.79.5:8040/

... which is a webradio

It seems to me the launched apps (using shell_free) are not considered
as child processes... How can i stop/locate the launched processes?

I see that the tux.sys.* are:
add_time_event
clear_time_events
events_list
parent
shell
shell_free
time
time_events_Thread
wait

Can you explain a little how/what these functions do? How to act on
running events, etc...

Thanks

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
tux-droid-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-user

Reply via email to