I have to implement client server based app where client is windows app. Now,开发者_高级运维 my plan is to create a webservice as a server app and use it in our client app. But the problem is in notif
Is there an easy way using a library to facilitate the synchronization of two hibernate instances. One running locally on a client and one running on a central server exposed via a web service.
I have written an HTTP proxy that does some stuff that\'s not relevant here, but it is increasing the client\'s time-to-serve by a huge amount (600us without proxy vs 60000us with it). I think I have
I am working on a ser开发者_开发技巧ver application for an embedded ARM platform. The ARM board is connected to various digital IOs, ADCs, etc that the system will consistently poll. It is currently r
I\'m implementing a client with python\'s twisted that checks the server ssl 开发者_开发技巧certificate when connecting, following basically this recipe. I\'ve seen in many HOWTOs such as this one the
Having not used MSMQ before, I\'m not at all clear an the client environment requirements to use it. I\'m designing a client/server solution that will integrate with a legacy system and I\'m sold on
We have a Ruby-on-rails server-side deployment that needs to allow users to download a pre-compiled self-extracting Windows EXE file on their computer.
I am trying to figure out the best way to call REST actions that perform multiple actions and multiple database updates from a single call.
Let\'s say i\'m building a client server software. the main server connects to agents on different servers. the agents is a search client and each will return quite huge array of 64bit integers and fi
I have a python program with many threads. I was thinking of creating a socke开发者_运维问答t, bind it to localhost, and have the threads read/write to this central location. However I do not want thi