1. threads

nonlerer writes:
> Rob, now that 2.1 EXW can have multiple call-backs,
> does this mean we can use threads??

Euphoria does not support the creation of threads, but maybe you can
call a Euphoria call-back routine from some other language
that does support threads.

Regards,
     Rob Craig
     Rapid Deployment Software
     http://members.aol.com/FilesEu/

new topic     » topic index » view message » categorize

2. threads

How do you do threads in Win32 euphoria?  How do you specify the
controlling routine?

thanks

new topic     » goto parent     » topic index » view message » categorize

3. Re: threads

At 07:45 AM 5/6/98 +0800, you wrote:

>How do you do threads in Win32 euphoria?  How do you specify the
>controlling routine?
>

I will copy a reply from Robert Craig of RDS on this:
<quote>
Euphoria 2.0 does not support threads.
A future release might, if there is enough
demand for it. It's not a trivial thing to add.

With threads you can have parallelism *within*
a single program. This goes beyond the usual parallelism
that lets the OS run two or more programs (processes)
at the same time.

Regards,
     Rob Craig
     Rapid Deployment Software
<end quote>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu