perl.libnet
  Home Bitcoin Casinos 2022 FAQ Contact Sign in
perl.libnet only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
perl.libnet Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Perl, Sockets and Select...         


Author: Steffen Heil
Date: Mar 26, 2008 00:51

Hi

I need to write a perl programm, which connects two tcp sockets to each
other.
One will be a pure IO::Socket::INET (a), the other will propably something
link Net::HTTP::NB (b).
Seems easy:
Select on both.
a.recv -> b.write_chunk
b.read_entity_body -> a.send
That's it.

However I seem to be unable to do this in a non-blocking way.
Net::HTTP::NB has nonblocking read, but propably no non-blocking write.
Net::HTTP does no seem to be thread-safe.

Every incoming byte from one connection shall be forwarded to the other and
vice versa.
I know that HTTP is not really a good choise for this, but the connections
will be very low-bandwidth and only used very rarly. However I am bound to
use HTTP.

One other limitation is, that lateron I need to support HTTPS.
Show full article (0.93Kb)
no comments
  パチンコ・パチスロの攻略会社で20年。長い歴史で蓄え たデータを一挙公開         


Author: karin12345
Date: Mar 11, 2008 10:53

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パチンコ・パチスロの攻略会社で20年。長い歴史で蓄えたデータを一挙公開
。1年間だけの限定ですが、一年間攻略情報を無料で提供。お急ぎください。
http://karin1234.xsrv.jp/QR/public/l.php?3000&395&216
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

メール長文

o○. o○. o○. o○. o○ o○. o○. o○. o○. o○ o○. o○. o○. o○. o○
     ★☆★☆★☆ 19年連続攻略業界NO.1 ★☆★☆★☆
o○. o○. o○. o○. o○ o○. o○. o○. o○. o○ o○. o○. o○. o○. o○

  業界初の試み【パチンコ・スロット無料コース】を遂に開設!!
  新サイト開設記念として、今なら資料請求するだけで“CR化面ライダー"
  “CRぱちんこ必殺仕事人3”の攻略情報がGET出来る!

              さらに!

  お客様に満足してもらうために、臨機応変に対応できる、、[担当制]
  裏モノ、遠隔を扱っているホールを攻略していく、、、[データ攻略]
  ダイレクトに台の攻略をしていく皆さんご存知の、、、、[攻略情報]
  を用意しています。
Show full article (2.51Kb)
no comments
  question regarding bug 25019 "removes last character of each line"         


Author: Craig Constantine
Date: Mar 6, 2007 11:59

Hi,

I've reviewed the bug report, the source code, the maillist archives...

Has there been any discussion re a solution to this bug. I believe I see
what's wrong in the Net/FTP/A.pm at the top of write(), but I wanted to ask
before I bite down and start coding/testing a patch.

thoughts?
-c
no comments