I have a client and server application in two computers. i am trying to connect them through internet TCP connection. the problem im facing is.
we want to make a file cache for local in开发者_运维问答ternet provider (like squid). Is it possible in C# to catch request for a file from user and send him local file instead of downloading it from
I\'m trying to run following code: some_sock.async_conne开发者_高级运维ct(...); // handle_connect() sets the \'condition\' flag
I wrote a tool running on a system (Win7) with two network interfaces, each linked to a different subnet, each with its own gateway which is then linked to two separate distant networks (there are out
I\'m having trouble figuring this out - I\'m working with sockets in C using this guide - http://binarii.com/files/papers/c_sockets.txt
I have a socket server that listens to connection on port 5001, when a connection is accepted and data is received i request my database to create a packet of data in a particular format and write it
I have a minimal JMS provider, which sends topic messages over UDP and queue messages over TCP. I use a single selector to handle UDP and TCP selection keys (registering both SocketChannels and Datagr
I unders开发者_如何学JAVAtand latency - the time it takes for a message to go from sender to recipient - and bandwidth - the maximum amount of data that can be transferred over a given time - but I am
Is it possible to determine if the machin开发者_开发技巧e has IPV6 enabled using any Java api?Look at the NetworkInterface class.It has methods for getting all the machine\'s network interfaces includ
Ihave to develop an application wherein I would receive data from parallel port and send it over to internet. This application is to be developed for 开发者_如何学运维embedded device running linux. Pl