I'm using filesystem events to react to a file create/change in similar cases. The only problem is binding to them, but I've written a .NET ActiveX thet does that for me. Use that inside a VFP form and I'm able to write VFP code to react to the events. Another solution I'm also using is a small .NET app that reacts to evnts and writes a message to a message-queue which in its turn is monitored by a VFP application.
Regards, Sietse Wijnker > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Weller > Sent: maandag 18 december 2006 23:43 > To: [EMAIL PROTECTED] > Subject: Polling App > > Hi Guys, > > I have to write a small utility that will check for the > presence of a file or files in a particular folder every 5 > minutes or so. If any are there it does some processing on > them. It will probably run on the server. As I see it there > are two ways I can go: > > 1. Have a program that runs every 5 minutes triggered by > scheduler. Snag > arises if the processing takes more than 5 minutes (which > could possibly happen in the future). > > 2. Run the program continuously in a loop which will > process the files then > go to sleep for 5 minutes (using the API Sleep function). > Question - will this absorb much in the way of resources? > I've found the Fox to be very fast but a resource hog. > > Any comments or suggestions of a better way will be > gratefully received - I see no benefit in re-inventing the > wheel if someone has already tried something similar. > > TIA > > John Weller > 01380 723235 > 07976 393631 > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

