Re: Eu and multithreading
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Jan 10, 2001
- 440 views
On Wed, 10 Jan 2001, cEnsE wrote: > On Wed, 10 Jan 2001, Grape_ Vine_ wrote: > >> Does Eu multithread? > >> > > The simple answer is NO....but i believe Jeff Fielding wrote a wrapper for a > threads library in linux. This does of course mean that its only available for > exu. Yeah, it's out there somewhere. If you want, you can get it at http://jjprog.tripod.com/euphoria.html. Note, however, that it probably won't work... I really don't recommend using it, though you might find it interesting anyway. Perhaps I could add some code so it only runs one Euphoria routine at a time... I'll look into it. I did write another library (which does work) which allows some simple messaging and cooperative multitasking called ESE (Event System for Euphoria), which you can also find at my website or in the arcive. It's completely cross-platform. Jeff Fielding