Perl Socket question
From: Ken Browning (kenbrow_at_bellsouth.net)
Date: 02/23/04
- Next message: Ben Morrow: "Re: Perl + FTP + Windows -- Unable to capture the rate of Data Transfer."
- Previous message: Keith Keller: "Re: LDAP data structure"
- Next in thread: Peter Scott: "Re: Perl Socket question"
- Reply: Peter Scott: "Re: Perl Socket question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 23 Feb 2004 01:20:30 -0600
I am having a problem with what I thought was a simple topic - take the
following line of code:
while (defined ($line = <$handle>))
I have written a simple client using the above code - does this code block
until it gets a carriage return from the server end? My client seems to
pause a long time (a few seconds) when receiving data. I have connected to
the server port directly using telnet and the data sent by the server is
sent back to the client (telnet client) much faster than it is to my
program.
Any suggestions?
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
- Next message: Ben Morrow: "Re: Perl + FTP + Windows -- Unable to capture the rate of Data Transfer."
- Previous message: Keith Keller: "Re: LDAP data structure"
- Next in thread: Peter Scott: "Re: Perl Socket question"
- Reply: Peter Scott: "Re: Perl Socket question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|