Mr. K There is a way to do some limited threading with RR. The thing to do is to use the send "command" in x ms
But I dont know about concurency within the IDE. what I know is that using the get url you can do more than one thing at a time... Hopefully this helps a little. You can also test multitasking using more than one IDE engine and using applescripts to talk between the two to distribute tasks much like a cluster would do. cheers Mr X On 10.06.2004 08:14:06 use-revolution-bounces wrote: >On Jun 10, 2004, at 4:27 AM, [EMAIL PROTECTED] >wrote: > >> From: "K" <[EMAIL PROTECTED]> >> Subject: Re: Tasking (Background tasks)? >> To: [EMAIL PROTECTED] >> Message-ID: <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset="us-ascii" >> >> >> >> This is not something that easily use the send in time construct. I >> do not wish to waste the run-time a send in WAG requires. What is the >> approiate construct to use so that several very intense repeat loops >> will get equal time? I have been using wait for messages which did >> not function as I would have expected. It seems that wait for >> messages only allow "new" habdlers to proceed nut does not yeild >> control to a handler already running a repeat construct. Maybe this >> is a question I should ask of the RR support. Any ideas? >> >> >> Kevin >> > >Kevin, > >There are no light-weight threads in RR, so there is no way to do what >you want to do (it's too bad too, because it would be very useful). I >suppose you could write your own pseudo-threading, but unless they're >fairly simple tasks I doubt it would be worth the effort. > >Can you give an example of the kinds of tasks you're running, and why >the first can't run to completion while the second waits? Presumably >the final completion time will be the same (i.e. t1 + t2). > >-- Frank > >_______________________________________________ >use-revolution mailing list >[EMAIL PROTECTED] >http://lists.runrev.com/mailman/listinfo/use-revolution Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
