<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic socket programming in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661825#M588734</link>
    <description>hi,&lt;BR /&gt;can any one tell me the good stes to learn socket programming and what is difference between system calls and library calls??&lt;BR /&gt;thanks in advance</description>
    <pubDate>Sat, 09 Feb 2002 08:11:35 GMT</pubDate>
    <dc:creator>k.s.chakravarthy</dc:creator>
    <dc:date>2002-02-09T08:11:35Z</dc:date>
    <item>
      <title>socket programming</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661825#M588734</link>
      <description>hi,&lt;BR /&gt;can any one tell me the good stes to learn socket programming and what is difference between system calls and library calls??&lt;BR /&gt;thanks in advance</description>
      <pubDate>Sat, 09 Feb 2002 08:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661825#M588734</guid>
      <dc:creator>k.s.chakravarthy</dc:creator>
      <dc:date>2002-02-09T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: socket programming</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661826#M588735</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the books by "Stevens" about network programming are really good stuff.&lt;BR /&gt;&lt;BR /&gt;And the difference between "system calls" and "library calls" is that the former are directly executed by the UN*X kernel, but the latter need some additional "libraries" containing the code needed.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Sat, 09 Feb 2002 13:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661826#M588735</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-09T13:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: socket programming</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661827#M588736</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Believe it or not, one of the best ways to learn sockets these days is with the IO::Socket module of Perl. The calls you make in Perl almost exactly mimic what you would do in C. The difference is that you can have Perl sockets up and running in minutes with almost no knowledge of Perl. If you examine the O'reilly 'Perl Cookbook', you can find many examples. After you get your Perl routines going you can switch to C/C++ and probably 90% of your knowledge transfers.&lt;BR /&gt;&lt;BR /&gt;Interestingly, the Perl routines will execute almost as fast as your native C implementations&lt;BR /&gt;and will even port to Windows platforms.&lt;BR /&gt;&lt;BR /&gt;Food for thought, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Feb 2002 20:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661827#M588736</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-10T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: socket programming</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661828#M588737</link>
      <description>Look for 'Beejs guide to network programming' on the web. (I have lost the URL). Very good, goes through the basics well.&lt;BR /&gt;&lt;BR /&gt;Cheers, Ian Dennison</description>
      <pubDate>Mon, 11 Feb 2002 09:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-programming/m-p/2661828#M588737</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-11T09:32:28Z</dc:date>
    </item>
  </channel>
</rss>

