client
How long can a Java servlet instance be expected to persist? Does the same instance serve all clients? Can there be multiple instances?
I\'m 开发者_如何学JAVAtrying to understand the Java servlet life cycle. How long can a Java servlet instance be expected to persist? How reliable is this? Does the same instance serve all clients? Or[详细]
2023-04-03 19:03 分类:问答How do I connect a client to multiple NFS server locations?
On an开发者_开发技巧 Ubuntu server I have two hard drives to be shared out as NFS4.I\'ve been directed to set up my /etc/exports as follows, although I\'m having trouble following why the first line i[详细]
2023-04-03 08:42 分类:问答VNC connection brokering (RFB protocol server)
Please consider the following scenario: VNC Client try to connect with a VNC Server which is behind a NAT.[详细]
2023-04-03 03:34 分类:问答Simple Network chat in Java
just had a question to a simple chat p开发者_C百科rogram i wrote in java. The program uses TCP to transmit simple message strings back and forth from Server/Client. And it works on all the computers o[详细]
2023-04-02 15:12 分类:问答create web service client from OIM 11g?
Can you suggest me how to deploy the spml webservice in OIM 11G, I have gone through the OIM 11G developers guide but I didn\'t find any thing related to deploying spml webservice in OIM 11G.[详细]
2023-04-02 08:41 分类:问答C# Video Streaming
I\'m trying to do a application with video stream, and by now I can send only one image from the server to the client. When I try to send more than only one image at 开发者_StackOverflow中文版the clie[详细]
2023-04-02 08:26 分类:问答Netty Server handling multiple clients
I want to set up a server that handl开发者_如何学编程es a calculation request. This calculation can be split up in x partial calculations so I want to have multiple clients that may register to the se[详细]
2023-04-02 06:35 分类:问答JIRA SOAP Client - return invalid field value
I have a problem using JIRA SOAP client. When I use RemoteIssue.getResolution() or RemoteIssue.getStatus() I get number values. For example let say we have an issue that has resolution = fixed. When I[详细]
2023-04-01 01:12 分类:问答How to implement an HTTP server on android
I\'ve two android applications on same LAN provided by WIFI : App (A) that open a listening socket on port 8033[详细]
2023-04-01 01:00 分类:问答WCF Proxy Pool/Manager
My application needs to comunicate with several external WCF services to satisfy requests from client applications. Being itself a WCF service, it must of course be able to process several simultaneou[详细]
2023-03-31 18:42 分类:问答