View Single Post
  #2 (permalink)  
Old 12-20-2007, 10:18 AM
daprodigy daprodigy is offline
Member
 
Join Date: Dec 2007
Location: Roggwil, Switzerland
Posts: 8
daprodigy is on a distinguished road
hello

hmm, that's a hard one ...

if you have to run more than one client apps on the same physical machine, you have to provide a "manager" who knows which client has to receive the image. imagine to create a manager-class like a proxy-server. send the image-request to the manager, the manager itself deals with the server-application and passes the image back to the appropriate client-application.

from the network sight, all client-application have the same ip-address. so you have to do the rest on the client machine, i think.

hope i could help you ...

greets,
daprodigy
Reply With Quote