Hey Dude, I'm here. I did something like this quite awhile ago, and don't remember any issues.
Executing multiple cron tasks shouldn't be much different than the Server serving up multiple browser requests at once. The server will queue and thread these requests as it sees fit. Just make sure you code each cron task independently. In other words, don't make one cron dependent on the completion of another - otherwise put some time in between each item. Hope this helps. Cheers..... Scott Cadillac, XML-Extranet - http://xml-extra.net 403-281-6090 - [EMAIL PROTECTED] Well-formed Development -- Extranet solutions using C# .NET, Witango, MSIE and XML > -----Original Message----- > From: Web Dude [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 12:15 PM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: Multiple cron jobs > > > Hello .. anyone there? > > >I am wondering... > > > >If I had multiple cron jobs all at the same time firing taf files, > >would they all execute? Let's say I had 5 cron entries all at the > >same time and day, do they try to all execute at once? Anyone ever > >experiment with this before? > > > >Thanks, > > > >Just Wondering > >-- > >_____________________________________________________________ > ___________ > >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > > > -- > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
