am trying to build an multiple-client server appls.
where clients will connect to server and poses(send) requests to the server appl.
in turn the server side will process these requests from clients by quering to the DB and send back data(results) to particular client(NOT send to all) that has sent th request(s). that is each client can send its request at its own time and needs to get results according to its request.
My poblem is the Logic here how to send result to particular client??, i know i can use Winsocket,with control array and its posible to send to all by looping the array.
[Edited by doup on 11-02-2005 at 07:07 AM GMT]
____________________________
peter
10-02-2005 at 01:12 PM
|
TJ_01 Level: VB Lord Registered: 24-08-2005 Posts: 320
Re: client - server(winsock)
One question buddy. I already undestand the concept but you did not specify if this program is for LAN or WAN. I have developed this kind of program but using SMS (Short Message Service) as modes of data Transfer and not winsock control. Anyway, if your program is for LAN, its good to use winsock.
quote:TJ_01 wrote:
One question buddy. I already undestand the concept but you did not specify if this program is for LAN or WAN. I have developed this kind of program but using SMS (Short Message Service) as modes of data Transfer and not winsock control. Anyway, if your program is for LAN, its good to use winsock.
hi TJ_01
this program is developed for LAN, that is what so far i'm working on.
____________________________
peter
22-09-2005 at 02:08 PM
|
TJ_01 Level: VB Lord Registered: 24-08-2005 Posts: 320
Re: client - server(winsock)
Im not sure if the attached zip files helps but atleast it may give you idea on how and where to start or reference.
____________________________
Im JAMES
23-09-2005 at 06:14 AM
|
jahsen Level: Professor Registered: 08-01-2005 Posts: 72
Re: client - server(winsock)
where is the zip file i have the same problem help,,,,