RCS file: server.c,v Working file: server.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: This is the server to handle requests from requesting client. Initially , it is able … Continue reading
——————————————- revision 1.5 date: 2013/06/26 14:31:12; author: vikram; state: Exp; lines: +27 -12 300 Clients Served Successfully. with NO changes. fro version 1.4. —————————-
RCS file: server.c,v Working file: server.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: srvr working for upto 60 clients using fifo’s & threads…. —————————- revision 1.1 date: 2013/06/26 … Continue reading
RCS file: server.c,v Working file: server.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: server with one processing client to increment received data by 1. in this threads are … Continue reading
RCS file: ./server.c,v Working file: server.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: Initial server.c But some BUGS. —————————- revision 1.4 date: 2013/06/26 03:13:53; author: vikram; state: Exp; … Continue reading
keyword substitution: kv total revisions: 5; selected revisions: 5 description: Intially i creted a server. then i use mkfifo and access to use the fifo created by client. further i opened same fifo in the O_RDONLY mode and was able … Continue reading
Threads are “light weight processes” (LWPs). The process has five fundamental parts: code (“text”), data (VM), stack, file I/O, and signal tables. “Heavy-weight processes” (HWPs) have a significant amount of overhead when switching: all the tables have to be flushed … Continue reading