tcp
Java ObjectInputStream hanging
I am开发者_开发百科 feeling really stupid right now guys.... basically I am connecting over TCP on a local machine... and when I try to make the In/out streams at the client it wont get passed creatin[详细]
2023-04-10 04:18 分类:问答Can I determine how much data is queued up on an incoming TCP client stream (in C#)?
I have开发者_StackOverflow中文版 a small TCP client that connects to a server.Periodically during the connection[详细]
2023-04-10 03:04 分类:问答Host WCF in a Windows Service Using TCP
I\'m trying to host a wcf service (tcp) in a windows service on Windows 2008 x64. I first made a normal program as host and that works fine.[详细]
2023-04-09 23:02 分类:问答How to avoid create one thread per room (group of players)
I have made a game (is still in Beta, need improvements, and other things), and I would like to know if exists a better approach of what I have done in my game servers. (Programmed on C#)[详细]
2023-04-09 21:41 分类:问答Simple TCPSocket server in Ruby exhibits a HTTP header issue
I\'m benchmarking some simple HTTP server implementations in Ruby (no threads, threaded, fibers and eventmachine) but this simple piece of code fails using threads:[详细]
2023-04-09 20:26 分类:问答Passing socket objects between processes, TCP, Java
Ok so I\'ve found out Sockets are not serializable... so I cant pass them over TCP... My problem is I have a homework assignment where I have 10 servers that must listen on one socket(lets call it re[详细]
2023-04-09 18:17 分类:问答Effect of TCP_CORK
I\'m having a use case where I\'m sending data via TCP/IP in one direction. I\'m doing this via multiple send()-calls with very small 开发者_如何转开发(in relation to the size of an ethernet frame) pa[详细]
2023-04-09 15:28 分类:问答How to set a connection just for server callbacks and a connection just for client calls using WCF ?
I don\'t think I was clear. What I meant was How to set a callback("server to client") in a different connection from a "client to server" connection using WCF ?[详细]
2023-04-09 14:15 分类:问答Node.js service chokes and dies once a day
Everyday this week I\'ve been beginning my workday with restarting our node service. And everytime it has simply exited with the following message:[详细]
2023-04-09 12:05 分类:问答Windows service blocking TCP traffic
I have a strange issue. Have a windows service running on Windows Server 2008 that receives files over TCP and saves to disk. Initially service was running as Local System account. It worked ok for 7[详细]
2023-04-09 05:30 分类:问答