HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: socket programming
Operating System - HP-UX
1834397
Members
1939
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2002 12:11 AM
02-09-2002 12:11 AM
socket programming
hi,
can any one tell me the good stes to learn socket programming and what is difference between system calls and library calls??
thanks in advance
can any one tell me the good stes to learn socket programming and what is difference between system calls and library calls??
thanks in advance
coolchecks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2002 05:59 AM
02-09-2002 05:59 AM
Re: socket programming
Hello,
the books by "Stevens" about network programming are really good stuff.
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.
HTH,
Wodisch
the books by "Stevens" about network programming are really good stuff.
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.
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2002 12:35 PM
02-10-2002 12:35 PM
Re: socket programming
Hi:
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.
Interestingly, the Perl routines will execute almost as fast as your native C implementations
and will even port to Windows platforms.
Food for thought, Clay
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.
Interestingly, the Perl routines will execute almost as fast as your native C implementations
and will even port to Windows platforms.
Food for thought, Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 01:32 AM
02-11-2002 01:32 AM
Re: socket programming
Look for 'Beejs guide to network programming' on the web. (I have lost the URL). Very good, goes through the basics well.
Cheers, Ian Dennison
Cheers, Ian Dennison
Building a dumber user
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP