It is customary for authors explaining device drivers to start with a complete explanation of character devices, saving block device drivers for a later chapter. To explain why this is, I need to briefly introduce character devices as well. To … Continue reading
RCS LOG FILE SERVER.C head 1.1; access; symbols; locks deepak:1.1; strict; comment @ * @; 1.1 date 2013.12.30.01.10.12; author deepak; state Exp; branches; next ; desc @server is created to test socket. @ 1.1 log @Initial revision ________________________________________________________________________ CLIENT.C head … Continue reading
The Internet protocol suite is the networking model and a set of communications protocols used for the Internet and similar networks. It is commonly known as TCP/IP, because its most important protocols, the Transmission Control Protocol (TCP) and the Internet … Continue reading
THE LOG FILE PROJECT IS: head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2013.12.28.07.56.32; author emblogic; state Exp; branches; next ; desc @server with thread is created. data from client to thread . @ 1.1 log … Continue reading
here the log file the project. head 1.2; access; symbols; locks deepak:1.2; strict; comment @ * @; 1.2 date 2013.12.26.20.55.33; author deepak; state Exp; branches; next 1.1; 1.1 date 2013.12.26.19.24.38; author deepak; state Exp; branches; next … Continue reading
Log File For Server: head 1.2; access; symbols; locks root:1.2; strict; comment @ * @; 1.2 date 2013.12.24.10.09.27; author root; state Exp; branches; next 1.1; 1.1 date 2013.12.24.09.32.25; author root; state Exp; branches; next ; desc @This is the main … Continue reading
In computer science, particularly in operating systems, a semaphore is a variable or abstract data type that is used for controlling access, by multiple processes, to a common resource in a parallel programming or a multi userenvironment. Semantics and implementation … Continue reading