I am creating a reminder system for the software that we have.Currently I have the user give me the time they would like to be reminded and I store it in a database.
I have a Server and clients(1000) which the server communicates in every sec. I am creating a single thread on the server for each Client.
Heres the code I\'m using to setup the server: require \'socket\' require \'openssl\' socket = TCPServer.new(\'127.0.0.1\', 4433)
I want to create a simple server client application, but i think there is something wrong with the IO Streams. There is no GUI so the chat shall happen through the console( you can open 2 eclipse to t
I cant find any good implementations in c# of a bidirectional socket client. An ideal implementation will try to connect the socket until it succeed. Then it will start receiveing messages and at the
I currently have an ASP.NET web application written in C#, and I need to be able to communicate with a device that\'s hooked into a USB port on the client side (reading and writing).I was looking into
I\'m currently doing a project where I\'m going to build an application (created in Java) alongside a database. So this will be client server system i\'m developing. Part of my project would be to res
What I know is that I want to create an app running on a linux system, that will gather system\'s information such as mac address, hd&cpu id\'s, OS version and computer\'s name, as well as a times
I am looking for a short example in python of a TCP server passing an incoming client message to another new client. All I could find was examples on echo server/clients.
I want to create a copy of document in the SharePoint document library. Basically let us assume there is a template and every user will open the document by clicking on it. I want to create a copy of