----- Original Message ----- From: "bytehd" <[EMAIL PROTECTED]>
> So where in Fritz' code do you insert the break point? > or do you run concurrent processes? > will there be a master handler thread that decides "ok im realy busy now" > so > spawn > im not a perl monk, so im not sure of the libraries available > on linux pthreads are used but until 5.8 perl used fork (aka start a new > executable) > sync issues, locking issues > something like this? use threads; use threads::shared; threads->create(\&somemethod); etc..... sync issues are handled with object locks so is that a yes or no on your willingness to test? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
