i have 2 programs.. working independently.. .. one on server and one on client...
i wanted to add communication between them... like Server asks client prog... whether its running... or request for a job.... AS of now the client side does job periodically... I wanted it to do only if server ask it to... Both applications are done in c#... the clients one gathers info abt client PC... and d server prog.. displays...info
i wanted to add communication between them... like Server asks client prog... whether its running... or request for a job.... AS of now the client side does job periodically... I wanted it to do only if server ask it to... Both applications are done in c#... the clients one gathers info abt client PC... and d server prog.. displays...info
Comment