Page 1 of 1

Is Multi Threading Possible

Posted: Fri Aug 21, 2009 1:12 am
by billborric
Hi,

I have been a long time Foxpro user (since Fox v1), but now need multi OS solutions and multi threading.

Both of which Fox cannot do.

Can Rev handle multi threading?

Thanks

Posted: Fri Aug 21, 2009 1:54 am
by mwieder
No, but maybe there are other solutions to what you want to do. For instance the "send message in time" syntax may serve the purpose for you. Can you give us a clue as to a situation that needs multithreading?

Posted: Fri Aug 21, 2009 10:17 pm
by billborric
Thanks for the reply.

I need to get information from 4 different sites (3 x TAB plus Betfair) on the WEB. This info is refreshed every 20 seconds.

I can't afford the time of a single process going to each site. Speed of results is paramount.

Posted: Sat Aug 22, 2009 12:40 am
by Mark Smith
You might like to have a look at my curl library (libRevCurl) - it opens a new (non-blocking) curl process for each request, and so can make parallel requests. If you're on windows, you'll need to install curl to use it.

http://futsoft.futilism.com/revolutionstuff.html

I'd be happy to answer any questions you might have about it.

Best,

Mark Smith