Looking for the best example you guys know of. The examples on the site are with files. But the library should be able to w开发者_运维知识库ork over a Java.net.ServerSocket, at least I hope.You can
It\'s a GUI program I wrote in python checking website/server status running on my XP SP3, multi threads are used to check different site/server. After several hours running, the program starts to get
My production environemnt is activestate perl 5.8 for some reason i need this library net::libdnet http://metacpan.org/pod/Net::Libdnet
I\'m writing a python script checking/monitoring several server/websites status(response time and similar stuff), it\'s a GUI program and I use separate thread to check different server/website, and t
I have created the following test server using java: import java.io.*; import java.net.*; class tcpServer{
If I have an FQDN e.g., www.google.com, how do I get the corresponding IP address开发者_Go百科?The easiest way to do this is socket.gethostbyname().You can use socket.getaddrinfo. That will give you t
Can an开发者_Go百科yone tell me how to get network statistics using Java? Or how to measure network performance with simple time related metrics?
Does anyone know how do I get my LAN IP and print it on the screen. *I don\'t mean on shell, but in c programming.
I am writing a server application that will provide a service on an ephemeral port that I only want accessible on the loopback interface.In order to do this, I am writing code like the following:
I am interested in socket programming and I learned basics of socket programming. I am doing it C on linux. Now I would like to work on some project related to socket programing. Could any body sugges