I'd like to test. I've seen a performance hit with 1.3.5(final). I realize that isn't the most resent version, but still, with the amount of increased processing ASSP has to do with every version's increase in features, I'm all for any optimizations that can be done. I enjoy the new features btw:)
How up to date do you anticipate your addition being in coordination with fritz's new releases? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Schmitt Sent: Wednesday, February 27, 2008 9:20 PM To: ASSP development mailing list Subject: Re: [Assp-test] a multi-threaded assp ----- 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 ------------------------------------------------------------------------- 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
