RE: Multiple loops interrupt each other :(

new topic     » goto parent     » topic index » view thread      » older message » newer message

>From: Weichel <steen.weichel at deepspace.dk>
>To: Euphoria mailing list <EUforum at topica.com>
>Subject: Multiple loops interrupt each other :(
>
>Hello list,
>
>I have a couple of loops that I want to run in parallel but, when I start
>number two the first stops and vise versa.
>When I stop number two number one will continue.
>
>Each loop are in a procedure for itself and I am using the IDE to develop
>the program.
>

  This is currently impossible. Euphoria does not have concurrency, threads, 
or even thread-safety. The fact that threads aren't built-in is no big deal, 
because there are external libraries to implement it. However, the fact that 
Euphoria is not thread-safe, means we can't even use those libraries. The 
only thing you can do is merge the two loops so that they do both things in 
one loop.

>Thanks in advance for any input on this.
>
>Regards,
>
>Steen Weichel
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu