rag
Jan 29 2007, 11:31 PM
hi all,
i am implementing HTTP server using C, till persistant connection coding has been done ,next i need to implement pipelining so can anyone tell the logic how to implement pipelining in the HTTP server.
reply anyone plz
Brian Chandler
Jan 30 2007, 01:48 AM
Easy:
(1) Go to university, study computer science
(2) Practice programming
(3) Look up "pipelining" on the web
(4) Implement it
One useful shortcut to remember is to see how other people have done it. Have you looked at how Apache works?