From: Mattia B. <mb...@ds...> - 2002-03-22 21:03:18
|
> ----- Original Message ----- > From: Mattia Barbon > > wxWindows can be used with threads; but I don't know > > how wxPerl will interact with Perl fork emulation, since > > I never used it. > > really? > can you provide an example that works os independent? An example of what? I don't understand the question, so I can't answer.. If it is threading, there is no OS-indipendent way: fork() is inherently not portable, and perl threads are really stable only on 5.8.0-to-be, AFAIK > thought fork is the perl way for threading... fork() is the Un*x way for "threading" > but i'm always happy to learn! Regards Mattia |