
21 Dec
2005
21 Dec
'05
2:45 a.m.
Hello Joel, Wednesday, December 21, 2005, 5:39:43 AM, you wrote: JR> The issue is that with 1000 threads my serialization is taking a few JR> seconds. 1) i think that this method of deserialization may be just inefficient. what is plain deserialization time for this 50k? 2) try to insert lock around thread startup code, something like this: withMVar x $ \_ -> send "Hello" data <- get cmd <- unpickle data ... -- Best regards, Bulat mailto:bulatz@HotPOP.com