Re: [Tutor] Problem with threading

2005-05-04 Thread Alberto Troiano
artes, 03 de Mayo de 2005 03:58 a.m. Para: Alberto Troiano CC: Tutor; [EMAIL PROTECTED] Asunto: Re: [Tutor] Problem with threading On Tue, 3 May 2005, Alberto Troiano wrote: > In answer to Matt the cameras push the photos via ftp at my server at 1 > photo every 3 seconds Hi Alberto, Just

Re: [Tutor] Problem with threading

2005-05-03 Thread Max Noel
On May 3, 2005, at 20:52, Danny Yoo wrote: > ## >cron(8) examines cron entries once every minute. > >The time and date fields are: > > field allowed values > - -- > minute 0-59 >

Re: [Tutor] Problem with threading

2005-05-03 Thread Danny Yoo
On Tue, 3 May 2005, Max Noel wrote: > > I believe that cron has a resolution of a minute, so now it doesn't > > sound that cron is so viable. But how about writing a program that > > just continues to run as a "daemon" service in the background? A > > simple example is something like: > >

Re: [Tutor] Problem with threading

2005-05-03 Thread Max Noel
On May 3, 2005, at 08:57, Danny Yoo wrote: > I believe that cron has a resolution of a minute, so now it doesn't > sound > that cron is so viable. But how about writing a program that just > continues to run as a "daemon" service in the background? A simple > example is something like: >

Re: [Tutor] Problem with threading

2005-05-03 Thread Danny Yoo
On Tue, 3 May 2005, Alberto Troiano wrote: > In answer to Matt the cameras push the photos via ftp at my server at 1 > photo every 3 seconds Hi Alberto, Just as another note: the folks here have no idea who you mean by Matt. I do know that you mean Matt from [EMAIL PROTECTED], but the folks on

Re: [Tutor] Problem with threading

2005-05-02 Thread Alberto Troiano
iano <[EMAIL PROTECTED]> >CC: Tutor >Subject: Re: [Tutor] Problem with threading >Date: Mon, 2 May 2005 15:26:12 -0700 (PDT) > > >[Side note: try to just send messages to either tutor@python.org, or >[EMAIL PROTECTED], but not both.] > > > > Someone suggested the

Re: [Tutor] Problem with threading

2005-05-02 Thread Danny Yoo
[Side note: try to just send messages to either tutor@python.org, or [EMAIL PROTECTED], but not both.] > Someone suggested the use of CRON (I'm working over Linux) but how can I > built a program to which I can pass an argument??? > > I mean in CRON I will have to put one task for each user

[Tutor] Problem with threading

2005-05-02 Thread Alberto Troiano
Hey all This is the program I need to do and I haven't been able to figure out >From a web page (PHP), I'm creating users and an IP Camera that sends me photos all the time. The user configure his recording time and then a daemon has to check for the photos that does not belong to the recordin