Asynchronous multichat server

View previous topic View next topic Go down

Asynchronous multichat server

Post  Ramprasadg on Wed Oct 15, 2008 2:43 am

in our CN pracs sir is asking us to make an Asynchronous multichat server.what does he mean by this? (how is it different?).
what are the things to be used ?(i heard something like signal handling etc...)
please give a link of tutorial or something on the net that can help others.

Ramprasadg

Posts: 12
Join date: 2008-08-13

View user profile

Back to top Go down

Re: Asynchronous multichat server

Post  ankurgutpa on Fri Oct 24, 2008 5:48 am

it means that server can handle multiple clients through OS.
As soon as client connects server transfer the connection to OS and wait for the other client.Now the transmission and reception is to be handled by OS.This is done by fork() system call whereas in asynchronous multichat program handles each client sequentially one by one.
Only this much i know, searching for a gud tutorial still. cheers

ankurgutpa

Posts: 44
Join date: 2008-08-10
Age: 22
Location: Tandon 72

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum