Re: REQ: help running select and update based on results

2002-05-20 Thread Zachary Buckholz
: Monday, May 20, 2002 9:23 PM Subject: Re: REQ: help running select and update based on results > On Mon, 20 May 2002 21:02:53 -0700 Zachary Buckholz <[EMAIL PROTECTED]> wrote: > > > I have two subs in my program one, selects a list of urls to work on and > > then the nex

Re: REQ: help running select and update based on results

2002-05-20 Thread Michael A Chase
On Mon, 20 May 2002 21:02:53 -0700 Zachary Buckholz <[EMAIL PROTECTED]> wrote: > I have two subs in my program one, selects a list of urls to work on and > then the next sub updates the selected url's because I am running fork and > don't want another process to check out the same url's thus caus

REQ: help running select and update based on results

2002-05-20 Thread Zachary Buckholz
I have two subs in my program one, selects a list of urls to work on and then the next sub updates the selected url's because I am running fork and don't want another process to check out the same url's thus causing things to go crazy. But my problem is that while this was good intentioned, it's