Client - Server Application Programming Software Development by topest1 … something [URL="http://javaeye.wordpress.com/2008/05/04/clientserver-communication-using-tcp-sockets/"]here[/URL] It is working… Problem with Structs Programming Software Development by BestJewSinceJC … [URL="http://beej.us/guide/bgnet/output/html/multipage/clientserver.html#simpleclient"]here[/URL], I immediately got a number… Networking in 2D Games Programming Software Development by AaronLLF … at [url]http://download.oracle.com/javase/tutorial/networking/sockets/clientServer.html[/url] but I want it so that when the… Re: sending files over TCP Programming Software Development by sknake … to use solution 2, so: I would create another assembly ClientServer.Common as a class library and define a class like… System.Text; using System.IO; using System.Xml.Serialization; namespace ClientServer.Common { public enum CommandType { SendFile } public class Command { /// <summary… Re: GTKpod Hardware and Software Linux and Unix by linux …/glib-2.0/include -o gtkpod autodetection.o charset.o clientserver.o confirmation.o context_menus.o date_parser.o date_parser2.o details… Re: IPC samples needed in java? Programming Software Development by vidaj … [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url] When the program starts you create a thread… Re: How to kill the running .jar file from another jar in java? Programming Software Development by vidaj … [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url] for more information on how to code a… Re: libgpod3 + gtkpod Hardware and Software Linux and Unix by linux …/dbus-1.0/include -o gtkpod autodetection.o charset.o clientserver.o confirmation.o context_menus.o date_parser.o date_parser2.o details… Re: Multi Thread Help Programming Software Development by VernonDozier …. [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url] Re: Compiling a Server Program Programming Software Development by JimD C++ Newb Sure! [url]http://beej.us/guide/bgnet/output/html/multipage/clientserver.html#simpleserver[/url] It's the 'listener' example Also was looking at the 'server' example Thank you - Jim Re: Simple IM program in java Programming Software Development by BestJewSinceJC [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url] You would follow the same process as shown there, except create two client sockets instead of one. Then send the same output to both clients whenever it is necessary. Re: socket error 10056 Programming Software Development by Salem Well those kinds of problems won't go away by magic just by using threads. Start with a simple client/server as two separate processes, talking via 127.0.0.1 [url]http://beej.us/guide/bgnet/output/html/multipage/clientserver.html[/url] Then add the randomness to your send, again without using threads. Re: Planning your program Programming Software Development by BestJewSinceJC …. [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url] P.S. when I say this project doesn… Re: How can we exceute jar on different machine with memory args Programming Software Development by vladimirdlc …. [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url] Re: How can we exceute jar on different machine with memory args Programming Software Development by valatharv …. [url]http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html[/url][/QUOTE] Hi, I started jar using batch file… Re: chat application Programming Software Development by Mitja Bonca …: [URL="http://www.developerfusion.com/code/3574/a-chat-clientserver-program-for-c/"]Source[/URL] [CODE] //The client: using… Re: Client-Server Programming Community Center by platinum8 [QUOTE=jay200032;1299151]Hi Everyone, I want to seek advice on how to acquire to strong background in Client-Server Programming, i mean learn it from scratch since having no knowledge about it but with networks Thanks[/QUOTE] I hope this article will help you [url]http://beej.us/guide/bgnet/output/html/multipage/clientserver.html[/url] Re: Can C# Be Used with the Internet? Programming Software Development by Mitja Bonca … [URL="http://www.developerfusion.com/code/3574/a-chat-clientserver-program-for-c/"]here[/URL]. Re: Chat for four Programming Software Development by Pytho … [URL="http://download.oracle.com/javase/tutorial/networking/sockets/clientServer.html"]this[/URL] Oracle's document. It is what… Re: Help Urgently Clien/Sever Programming Software Development by JamesCherrill [url]http://download.oracle.com/javase/tutorial/networking/sockets/clientServer.html[/url] Re: c# client server application Programming Software Development by Mitja Bonca Check [URL="http://www.developerfusion.com/code/3574/a-chat-clientserver-program-for-c/"]here[/URL] for some ideas how to do the server-client projects. Re: Socket Programming: Server/Client Programming Software Development by Momerath http://www.dreamincode.net/forums/topic/33396-basic-clientserver-chat-application-in-c%23/ Took 1/2 a second on google to find this information. Re: Need some help with the networking part of multiplayer games. Programming Software Development by JamesCherrill … - [here's](http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html) a good short tutorial to start with. A server… Re: My first Java Project Programming Software Development by subramanya.vl … given here http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html Re: server to client quiz Programming Software Development by M4trixSh4d0w Here is something that would help http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html Re: Server split message and save data on a text file Programming Software Development by JamesCherrill … clients: see http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html (don't miss the bit about multiple clients towards… Re: Update objects on the "Client side" from the "Server" Programming Software Development by llaspina … example, see http://docs.oracle.com/javase/tutorial/networking/datagrams/clientServer.html) Re: Server with Java Programming Software Development by JamesCherrill Java Sockets? http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html Re: Client - Server Application Programming Software Development by ejosiah you have to forwards requests on which ever port your chat server is listening on to the machine on which the chat server is located and if you have a firewall on you have to allow request to the same port through the firewall Re: Client - Server Application Programming Software Development by topest1 [QUOTE=ejosiah;1017864]you have to forwards requests on which ever port your chat server is listening on to the machine on which the chat server is located and if you have a firewall on you have to allow request to the same port through the firewall[/QUOTE] I am not getting what you are talking:-/ After uploading my file to the web server(…