Re: Multitasking Preview Release
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Sep 23, 2005
- 577 views
codepilot Gmail Account wrote: > > with tdll you could have a situation where there is two enterences > into a euphoria dll so I would use c_func for anything thats a > euphoria dll. > (ROB) Can two or more threads run on euphoria dlls without crashing, > cause I really doubt it? > Now If you really wanted to you should use tdll in that euphoria code > that made the dll and you wouldn't have to worry about it blocking. > Maybe later, small well-thought-out steps, we don't want to trip. > I did some testing of my own. As long as you call different routines, it seems to be OK. But my tests were very simple, and if you end up accessing any of the same data, you could be in trouble. Best to avoid, I think. Matt Lewis