--Apple-Mail-6-372814925 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On 09 Jan 2005, at 09:42, Jason N.Perkins wrote: > > On Jan 9, 2005, at 9:33 AM, Francis Hwang wrote: > >> Jason, >> >> Is the line 6334 that shows up in the traceback this line: >> >>> consumers.each{|th| th.join} > > Yeah, that's the line that's timing out and why I was wondering if > there's a global timeout value for the script that I can either modify > up or turn off completely. Timeout::Error comes from timeout.rb. Your Timeout::Error probably comes out of HTTP, open-uri doesn't require timeout, and has no timeout blocks. Try Thread.abort_on_exception rue at the top of your script, and remove the begin/end block inside the thread. -- Eric Hodel - drbrain / segment7.net - http://segment7.net FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04 --Apple-Mail-6-372814925 content-type: application/pgp-signature; x-mac-type=70674453; name P.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFB4siuMypVHHlsnwQRAh7nAJ91O4t3wO1AsUTonGqbbu6sO1zGkACcCRks YIFxph39vYuLQLmngL+1Pb4Y4 -----END PGP SIGNATURE----- --Apple-Mail-6-372814925--