Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ... I'm required to do this project about how to develop authentication server that serves multiple clients at a time
the client gives the name and password as request and the server authenticates the request and returns the result ... ALL communications between client and server should use message queues techniques ...and i want it in c language ... Can u help me with the code ... appreciate it soo much ..
Posted

1 solution

You have posted the same question in the ATL/WTL/STL forum, in the C/C++/MFC forum and here on Q&A.
Please do not cross post.
 
Share this answer
 
Comments
ralph 2 30-Jul-10 9:06am    
Ok I got it sauro viti ... sorry ... any help ??
Sauro Viti 30-Jul-10 9:27am    
Message queues are not part of the ANSI C language: they are a kind of IPC but the implementation depends on the operating system and/or any other external library. Then first you need to set a target platform, identify the library to use, and study its API. Sorry, but I cannot tell you more than this...

PS: Pheraps you can start from these links
http://en.wikipedia.org/wiki/Microsoft_Message_Queuing (for Microsoft Windows)
http://www.cs.cf.ac.uk/Dave/C/node25.html (for Unix like OS)
ralph 2 30-Jul-10 9:34am    
thanx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900