Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: LWP socket connection

by majo (Novice)
on May 31, 2012 at 12:29 UTC ( [id://973511]=note: print w/replies, xml ) Need Help??


in reply to Re: LWP socket connection
in thread LWP socket connection

what I meant was the speed of download time and also response times from the server. what is it like compared to other scripting languages like javascript, php, python etc when calculating response times

Replies are listed 'Best First'.
Re^3: LWP socket connection
by Eliya (Vicar) on May 31, 2012 at 13:02 UTC

    In general, with a typical internet connection, the choice of programming language won't have a significant impact on download times.  Unless your network, and the server on the other end, are extremely fast, the time spent by the client program creating sockets, shoveling bytes program-internally, etc., will be roughly one or two orders of magnitude less than the time spent waiting for things that go on program-externally, and are thus out of control of the program(-ming language).

    As always, if you really want to know, write simple test programs, and benchmark them in a controlled environment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://973511]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-24 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found