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
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
Please consider the following scenario: VNC Client try to connect with a VNC Server which is behind a NAT.
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
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.
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
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
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
I\'ve two android applications on same LAN provided by WIFI : App (A) that open a listening socket on port 8033
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