Hi Shantanu,<br>   I have some experience in this, Look at Net::Server it is pretty neat , If you want to write an event based look at Anyevent although it was not much help for me for writing a UDP server.  if you want message based look at ZeroMQ (publisher and subscriber and very fast). There are other options like POE or wrapping something around plack handlers.<br>
<br><br>-Kiran<br><br><br><div class="gmail_quote">2011/9/14 Shantanu Bhadoria <span dir="ltr"><<a href="mailto:shantanu@cpan.org">shantanu@cpan.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Folks,<br>Anyone here has dealt with socket programming? I am thinking of writing a server that might handle specific requests on a custom port on a specified protocol(undecided yet) and generate responses based on that request. Any pointers to detailed documentations ?<br>

cheers,<br><font color="#888888">-Shantanu <br>
</font><br>_______________________________________________<br>
Bangalore-pm mailing list<br>
<a href="mailto:Bangalore-pm@pm.org">Bangalore-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/bangalore-pm" target="_blank">http://mail.pm.org/mailman/listinfo/bangalore-pm</a><br></blockquote></div><br>