client
When to use different ports for client-server application?
When will I normally need different ports for client-server communication? (This question is for C# and general socket programming).[详细]
2023-03-22 15:30 分类:问答Small HTTPS portable client
I need a HTTP client that supports HTTPS. I need to embed it in my game client, so it should be as small as possible. CURL is way too big for my needs. I use C/C++, and I need portability with Windows[详细]
2023-03-22 14:29 分类:问答Communicate between two java programs
I would like to create two Java programs, that communicate each other by messages. I know method client<->server<->client (using sockets) but I want to create client<->client communication (w[详细]
2023-03-22 14:18 分类:问答JerseyClient using DefaultHttpClient
I need to access a JAX-WS webservice protected by SSL using Jersey Client. I have successfully got this working with limited configuration and just letting the Client use the default HTTPURLConnection[详细]
2023-03-22 14:07 分类:问答Python fastcgi client
I\'m writing a tool on python for monitoring fastcgi application. The only thing I need from fastcgi is to load ping and status pages (and return some kind of error if it fails).[详细]
2023-03-22 05:42 分类:问答Jersey Client API - authentication
I\'m using the Jersey client API to submit SOAP requests to a JAX-WS webservice. By default Jersey is somehow using my Windows Nt credentials for authentication when challenged. Can anyone explain whe[详细]
2023-03-22 02:54 分类:问答A simple (clone only) Mercurial client in pure Java?
There are somewhat recurring que开发者_JS百科stions about whether there\'s a pure Java Mercurial client available (or whether is it possible to run Mercurial in a Javafied Python environment, such as[详细]
2023-03-22 02:50 分类:问答Does PHP offer Lucene Client API like it offer Spinx client API?
Does PHP offer Lucene Cient API the way it offer开发者_运维问答s Sphinx Client API ? Considering I want to use with native PHP, not with any framework.not that i know of, except that there is a pecl[详细]
2023-03-21 19:11 分类:问答Erlang/Mochiweb newbie question abt clients communication
Everytime the client/browser connects to Mochiweb server, it creates new process of Loop, doesn\'t it? So, if I want[详细]
2023-03-21 17:25 分类:问答Multiuser Communication with Javascript
Can anyone recommend me links or books to build a multiuser a开发者_开发技巧pplication? My idea is an web app, with which users can play multiuser game on their browsers. I also want to create an app[详细]
2023-03-21 09:13 分类:问答