network-programming
Multithreaded Proxy Server implemented in java
I am currently implementing a multithreaded proxy server in java which will accept messages from clients and forward them to another server which will then acknowledge the reception of the message. Ho[详细]
2023-04-10 16:58 分类:问答Is there a way to manage Microsoft DNS *without* using WMI?
We have a need to manage our DNS records (add/update) remotely using C#... I know of and have written/implemented a solution using WMI but the problem is that WMI can be painfully slow.[详细]
2023-04-10 16:15 分类:问答Fell into infinite loop while receiving file using datainputstream and bufferedinputstream
I开发者_C百科 am trying to build a server program that receives file from client using DataInputStream and BufferedInputStream.[详细]
2023-04-10 13:05 分类:问答How bad it is to keep calling malloc() and free()?
I\'m sending a text file - client-server breakup the text into packets each of 512 bytes but some packets contain text less than max size so on the servers side when receiving each packet I\'m calli[详细]
2023-04-10 07:39 分类:问答How to check Server down with VB.net?
I want to check Server down with VB.net. but I don\'t understand开发者_如何转开发 about network please help me how to check server down with VB.netYou could do a ping to that computer.[详细]
2023-04-10 05:31 分类:问答What may be the reason for JMS or OS not to recognize connection drop?
We have a system with servers communicating over JMS. Sometimes some of the servers can not reconnect after loosing connection to JMS. Loss of connection happens when server restarts, bad network... T[详细]
2023-04-09 08:26 分类:问答c-ares specifying network interface for the DNS resolves
Is there a way in which you can set the network interface to which the DNS requests can be bound to. We have a project which requires to use a highpriority streaming session go through one interface[详细]
2023-04-09 08:22 分类:问答select() function in C#
im new to C# and any help/feedback would be appreciated. im trying to develop a a client-server program in c#, however i do have different clients sending information to the server side. Is there any[详细]
2023-04-08 11:34 分类:问答simulate different PC with different IP addresses in linux environment
im new to linux environment and any help/feedback would be appreciated. Im actually trying to develop a client-server (MULTICAST) program, so, i would like to test one client sending information to di[详细]
2023-04-08 11:26 分类:问答Python Scapy wrpcap - How do you append packets to a pcap file?
I have some software that can emulate things like BER and delays on the network.I need a way to test the BER module of the software to make sure it actually works correctly.My solution is to create a[详细]
2023-04-07 20:43 分类:问答