First of all thanks for your reply. I will look through links your provided. POE is good idea but the modules is very huge enough to sit in memory constrains applications devices.So i planned to write of my own server and client that suits for my application. Pblm with select is that its behavior is different for platform like Windows and Linux. One example is, STDIN won't work in Windows with select. This has been explained in Network Programming with Perl by Lincoln D. Stein many years back. Over these years any solution has been found for that or i don't know(If there pls provide link for the same). I want to design a platform independent server and client. Provide me if any other way of multitasking.without forks or thread(both has drawback as memory usage. Any other go for memory constrain applications.(or only option is select??).

In reply to Re^2: How to Multiplex a Client using IO::Select by muthuma
in thread How to Multiplex a Client using IO::Select by muthuma

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.