All I am looking for a bit of inspiration here,a client has requested me to build a simple remote process monitoring application with capability for smtp notification, when monitored processes go dow
I am asking for advise on which programming language is most acceptable for the following situation. The program will act as the server in a TCP networking application, serving JavaScript clients tha
I have a winform app that uses LinqToSql as it\'s DAL.There is a Central SQL DB and each laptop has a local SQLExpress DB.A seperate module, using Merge Replication, keeps the two in sync.When connect
After reading this answer, I want to underst开发者_StackOverflow社区and if the same applies to the calls to gen_tcp:recv(Socket, Length). My understanding of the documentation is that this if more tha
I am desperate to get some help on this one. We are getting issues when a volume of messages are sent through TCP Socket Connection on a different server for HSM Card validation.
I have a TCP server that creates a (blocking) socket, waits until it is available for reading using select(), then calls accept() and开发者_如何学Go starts reading the data.
I am going to write a TCP server, the client sends me XML message, I am wondering if bel开发者_运维问答ow condition will happen and how to avoid that:
I have an application that calls connect() in a subroutine A. This sub-routine A is called when a button A is pressed.
I need to send and get packets via UDP and TCP in iPhones and the server. But, I figured that if I wanna send packets to a client (iPhone), he is... A kinda server.
I understood that both of them disable Nagle\'s algorithm. When should/ shouldn\'t I开发者_高级运维 use each one of them?First of all not both of them disables Nagle\'s algorithm.