Bjornke, Thanks for your response. I will look further into the suggestions you provided. I only plan to allow for up to 20 simutaneous connections so the livecode app via the terminal might do the trick.
Appreciate your help! Warren 2011/10/5 Björnke von Gierke <[email protected]>: > you can call a second livecode app via the terminal (for example). no need to > use a different language if all you want to use a second process. You can > also call that process several time, once for each query, and therefore get > closer to multiprocessing (tho this is not very efficient, and not suggested > for thousands of parallel tasks). > > Furthermore, nothing prohibits querying several website one after another, > waiting for each to finish. Unless they're more then 20 or so, that won't be > a problem. > > > On 5 Oct 2011, at 19:31, Warren Kuhl wrote: > >> I understand that LiveCode doesn't have the capability for true >> multi-threading. What I require is to post to multiple forms >> (multiple websites) and capture the results of each post. I assume >> this is not possible with LiveCode? >> >> If not I was thinking of handling this with a different process. I >> would keep the front end LiveCode and have a backend process take care >> of the submitting...and then update my database with the result. >> Anyone have any recommendations (ie. vb.net)? Just want to look for >> something that integrates in LiveCode the best. >> >> Or am I missing something with LiveCode that would take care of this? >> >> Thanks for any help! >> Warren >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > -- > Watch live presentations every Saturday: > http://livecode.tv > > Use an alternative Dictionary viewer: > http://bjoernke.com/bvgdocu/ > > Chat with other RunRev developers: > http://bjoernke.com/chatrev/ > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
