count me in

Craig Schmitt wrote:
> 
> ----- 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/a-multi-threaded-assp-tp15723508p15728401.html
Sent from the assp-test mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

Reply via email to