From: Venkat Bagam Date: 2008-03-10T15:21:28+09:00 Subject: Re: multithreading sysread error Mental Guy wrote: > There are a number of problems, among them: > > 1. deriving from Monitor does not do anything for you in > this case, since you don't use any of its locking > facilities (deriving from Monitor like this probably > isn't a good approach anyway) > -mental I used a synchronized block in "download_file(html_link)" method...Doesn't that make any sense of locking ??? Am I wrong again !!! -- Posted via http://www.ruby-forum.com/.