We are developing a network application based on C/S, in this application the server needs to transfer files to clients and sometimes receive files from clients. So in the server application, for every client it needs to create a control socket and many transfer sockets.
My question is how we can create and define a socket as role of control socket or transfer socket?
Before I go installing a Linux box with bind or similar, I'm making a final plea for help.
We have a small office with a Win2K3 Standard Server hosting our domain and providing the office nameserver. The workstations are all Windows XP or Windows 7, pretty standard stuff.
I have a service where servers upload 20kb xml files to my server.
There is no session, it is a single POST request and that's it.
I have this older HP ProLiant server that needs to be lifecycled, but there are still some services that are apparently running on it.
I'm new to Java so I need help please. I'm writing an application that will onClick send a String to Server and Server needs to return an image using socket. So my client side is Android and server side is PC - java.
I think that my server side is ok (because he prints out all the system.out.print commands) but my client side is not good. Please tell my where is my mistake?
I re-deployed a printer via group policy after updating the printer drivers on the print server.
On some Windows 7 workstations the drivers could be updated on a printer by right-clicking it --> Update Driver. However most workstations do not offer this function, therefore are stuck with the printer's old driver & printing preferences.
Hi .. we have two AIX 5.3 systems with a small client server app communicating over a TCP socket.
Box A has a single network interface where the server app (in Java) opens a well known port and waits for connections from Box B.
Box B has two network interfaces, X and Y.
I'm trying to create a client socket to send a http request to a server, but an error is occurring in the function connect, in turn primeir returned this error: "connect: Socket operating on non-socket 'and' connect: no such file or directory 'I did not find anything wrong in my code so I went looking two examples of client sockets, and they tanbem returned this error.
my code is this:
C
This question is NOT for the difference between STREAM type and DATAGRAM type INTERNET sockets.