Computer Club MNNIT
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Asynchronous multichat server

2 posters

Go down

Asynchronous multichat server Empty Asynchronous multichat server

Post  Ramprasadg Tue Oct 14, 2008 8:43 pm

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
Ramprasadg

Posts : 12
Join date : 2008-08-13

Back to top Go down

Asynchronous multichat server Empty Re: Asynchronous multichat server

Post  ankurgutpa Thu Oct 23, 2008 11:48 pm

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
ankurgutpa

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

Back to top Go down

Back to top


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