Re: MultiThreading Question

2011-10-05 Thread Warren Kuhl
Ben/Kee, Thanks...everyone has been very helpful. I will attempt to use LiveCode to post the threads 'simultaneously'. This really is a relief as I didn't want to get away from LiveCode which is so easy to program with vs other languages. Warren On Wed, Oct 5, 2011 at 5:44 PM, Ben Rubinstein

Re: MultiThreading Question

2011-10-05 Thread Ben Rubinstein
On 05/10/2011 22:19, Kee Nethery wrote: On Oct 5, 2011, at 10:31 AM, 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

Re: MultiThreading Question

2011-10-05 Thread Kee Nethery
On Oct 5, 2011, at 10:31 AM, 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? I think yo

Re: MultiThreading Question

2011-10-05 Thread Warren Kuhl
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 : > you can call a second livec

Re: MultiThreading Question

2011-10-05 Thread Björnke von Gierke
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 s

MultiThreading Question

2011-10-05 Thread Warren Kuhl
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