[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

What do you guys recommend to surf the web?

Hey You

4/11/2007 10:11:00 PM

I starting learning how to use sockets but a lot of people are
complaining why I don't use something else so I was wondering which is
another way to surf the web? Remember I want a fast way to surf the web,
ideally a way as fast as a socket.

--
Posted via http://www.ruby-....

4 Answers

Drew Olson

4/11/2007 10:15:00 PM

0

Hey You wrote:
> I starting learning how to use sockets but a lot of people are
> complaining why I don't use something else so I was wondering which is
> another way to surf the web? Remember I want a fast way to surf the web,
> ideally a way as fast as a socket.

A web browser?

--
Posted via http://www.ruby-....

Hey You

4/11/2007 10:17:00 PM

0

Drew Olson wrote:
> Hey You wrote:
>> I starting learning how to use sockets but a lot of people are
>> complaining why I don't use something else so I was wondering which is
>> another way to surf the web? Remember I want a fast way to surf the web,
>> ideally a way as fast as a socket.
>
> A web browser?
No. I mean like an http client like Net:HTTP or something.

--
Posted via http://www.ruby-....

Chris Carter

4/11/2007 10:35:00 PM

0

On 4/11/07, Hey You <r3madi@gmail.com> wrote:
> Drew Olson wrote:
> > Hey You wrote:
> >> I starting learning how to use sockets but a lot of people are
> >> complaining why I don't use something else so I was wondering which is
> >> another way to surf the web? Remember I want a fast way to surf the web,
> >> ideally a way as fast as a socket.
> >
> > A web browser?
> No. I mean like an http client like Net:HTTP or something.
>
> --
> Posted via http://www.ruby-....
>
>
Net::HTTP is the standard. RFuzz also comes with a pretty good HTTP
client. I think there is one called Net::Simple or Simple::HTTP too.

--
Chris Carter
concentrationstudios.com
brynmawrcs.com

Robert Klemme

4/12/2007 7:20:00 AM

0

On 12.04.2007 00:11, Hey You wrote:
> I starting learning how to use sockets but a lot of people are
> complaining why I don't use something else so I was wondering which is
> another way to surf the web? Remember I want a fast way to surf the web,
> ideally a way as fast as a socket.

I think you should probably read some introductory material on
networking, sockets in particular and HTTP before you go on with this. I
have the feeling that you still have some misconceptions about these
terms. You'll find plenty of stuff on this on the web, try wikipedia
for a start. My 0.02EUR

Kind regards

robert