<?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 Re: Regarding SERVER program in HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654422#M554258</link>
    <description>Yes, It is possible. Just think about a webserver running and many clients request a page. Is your scenario similar to that ?? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Fri, 21 Oct 2005 23:37:19 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-10-21T23:37:19Z</dc:date>
    <item>
      <title>Regarding SERVER program in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654418#M554254</link>
      <description>Hello Everybody,&lt;BR /&gt;    I am writing a server program in HP-UX server.I have to write the server program in such a way that it connects to several clients(6-7).What exactly the server program should do is if it connects to one client it will receive packets and send acknowledgement.If another client requests to server it should create the socket and carry on the same process with both the clients simultaneously and so on.Please help me out because i am new to socket communication.Thanks in advance.</description>
      <pubDate>Fri, 21 Oct 2005 01:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654418#M554254</guid>
      <dc:creator>Shivakumar_3</dc:creator>
      <dc:date>2005-10-21T01:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SERVER program in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654419#M554255</link>
      <description>Shiv, Try to use perl. Server programming in perl is easy to write. &lt;BR /&gt;&lt;BR /&gt;This link should be helpful &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/SiliconValley/Park/8312/sockets.htm" target="_blank"&gt;http://www.geocities.com/SiliconValley/Park/8312/sockets.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 21 Oct 2005 02:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654419#M554255</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-21T02:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SERVER program in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654420#M554256</link>
      <description>Yes. You have to enrich yourself on socket programming.&lt;BR /&gt;&lt;BR /&gt;Refer these:&lt;BR /&gt;&lt;BR /&gt; a) &lt;A href="http://www.cs.cf.ac.uk/Dave/C/node28.html#SECTION002800000000000000000" target="_blank"&gt;http://www.cs.cf.ac.uk/Dave/C/node28.html#SECTION002800000000000000000&lt;/A&gt;&lt;BR /&gt;b) &lt;A href="http://www.uwo.ca/its/doc/courses/notes/socket/" target="_blank"&gt;http://www.uwo.ca/its/doc/courses/notes/socket/&lt;/A&gt;&lt;BR /&gt;c) &lt;A href="http://www.manualy.sk/sock-faq/unix-socket-faq.html" target="_blank"&gt;http://www.manualy.sk/sock-faq/unix-socket-faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.cf.ac.uk/Dave/C/node28.html#SECTION002860000000000000000" target="_blank"&gt;http://www.cs.cf.ac.uk/Dave/C/node28.html#SECTION002860000000000000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 21 Oct 2005 03:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654420#M554256</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-21T03:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SERVER program in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654421#M554257</link>
      <description>Hello,&lt;BR /&gt; Thank u very much for ur reply.Is it possible to do above case like many clients to one server.I have done one client-one sevrer communication only but not many to one.Please help me out.</description>
      <pubDate>Fri, 21 Oct 2005 08:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654421#M554257</guid>
      <dc:creator>Shivakumar_3</dc:creator>
      <dc:date>2005-10-21T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SERVER program in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654422#M554258</link>
      <description>Yes, It is possible. Just think about a webserver running and many clients request a page. Is your scenario similar to that ?? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 21 Oct 2005 23:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-server-program-in-hp-ux/m-p/3654422#M554258</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-21T23:37:19Z</dc:date>
    </item>
  </channel>
</rss>

