Is there a way to write and 开发者_JS百科read files on a remote filesystem (such as NFS, SSHFS, or sambafs)
I\'m currently developing two Java networking applications for school projects. One over TCP and the other one over UDP. In both I have to implement simple custom protocol.
I\'d like to make a TCP client that makes multiple connections while a select(开发者_高级运维) loop that receives data from them is running in a separate thread. I\'m not sure this is possible, though
I am developing a multithread server which works nice so far - 1 separate thread for client accepting, threadpool for data rea开发者_Go百科ding and processing. Today I have added new thread for doing
I am going to write a Ruby application that implements a video conversion workflow consisting of multiple audio and video encoding/processing steps.
Using J2SE, I tried making a LAN application using java.net.*, and it worked perfectly. I believe it\'s very similar (if not the same) concept to be a开发者_开发技巧pplied for online applications.
I have a client t开发者_如何转开发hat would like a small PIC board that plugs into a PC\'s USB as a dongle in HID mode. It would basically just transfer small amounts of data over RF to another device
I am very interested in at least trying to implement NAT break through for my senior project. (I am doing a networking API).
I have a .NET 3.5 C# application that sends 2000-6000 byte packets to a linux machine running sles 10.The machines are on the same subnet.
This question already has answers here: 开发者_Go百科 Closed 13 years ago. Possible Duplicate: Faster DirectoryExists function?