Re: Anyone else working on Threads for Euphoria?
Hello again,
There were a number of responses so i grouped my replies all into
one message post...
Chris:
Mic? Where can he be reached?
Jacques:
Oh ok, i guess you were going to use the Win32api C function calls then?
Kat:
Windows server? What's that?
Greg:
Sounds interesting. I'd like to hear a few more details about your
implementation technique. It doesnt look that bad really and i think
mine is somewhat like that too, as they end up nested...
if n^th thread then
if third thread then
if second thread then
if main thread then
finish main
end if
finish second
end if
finish third
end if
finish n^th
end if
which still works out pretty well since new threads are created 'automatically'.
Also, the same functions can be used as long as the code can be re-entered.
Each thread gets to use it's own instance (via private vars).
I'd like to hear some details about how yours works Greg.
Im looking into other ways of doing it too.
Take care,
Al
And, good luck with your Euphoria programming!
My bumper sticker: "I brake for LED's"
|
Not Categorized, Please Help
|
|