From: Paul Stickney Date: 2008-01-06T14:38:06+09:00 Subject: Re: http post is async or sync? Synchronous. But of course you could test this in IRB. On Jan 3, 2008 10:57 PM, Rm Rm wrote: > Hi, > I am using > > Net::HTTP.post_form URI.parse(Url), { .......... } > > in my application. But this slows the process, hence I was wondering if > this http call is synchronus or asynchronus? I couldn't find any > information about it so any help is appreciated. > > Thanks. > -- > Posted via http://www.ruby-forum.com/. > >