Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Working with socket
Name: shiplu Date: October 11, 2005 at 07:10:30 Pacific OS: WinXP CPU/Ram: Intel Celeron 1.7 GHz / 2
Comment:
How can I work with socket in perl or c/c++ ? I want to create a HTTP server which will listen to port 80. can anybody help ?
Name: wizard-fred Date: October 11, 2005 at 08:46:25 Pacific
Reply:
Why are you reinventing the wheel? There are open source web servers available. Apache among othes.
0
Response Number 2
Name: anonproxy Date: October 11, 2005 at 16:00:29 Pacific
Reply:
There are socket libraries for both C++ (ptypes, Win32/.NET and other proprietary ones) and perl (libwww, HTTP::Daemon, etc.). I would definitely use perl over C++ for jobs with under a few hundred simultaneous connections.
0
Response Number 3
Name: shiplu Date: October 23, 2005 at 08:55:15 Pacific
Reply:
can you give me some link for tutorial. I mean some ref. for beginers ? please ...
Summary: Iam working on RSA algorithm. I need to understand how one can work with large numbers as long as 100 digits , large prime generations. And then we need to add , * , / , ^ such large numbers .But no p...
Summary: I'm just starting out in the .NET framework and seeking the assistance of anybody who would walk me through development of some programs i'm trying to develop using Visula Basic.NET and c#. i believe ...
Summary: I need help! I'm trying to configure PHP 5.0 to work with Apache. So far I have renamed and/or moved the installation files that I'm supposed to (according to the for Dummies book) When I call upon a ...