First program on FIFO's : not working :-(10229 (9/24/2003 9:39:52 AM) Hi all, Have a look at the following program in which i am writing a message *hello* to the fifo FIFO in child process (mean while parent will be waiting for child to terminate) and in parent process I am tryin... vashwath
How to create a program both for Linux and Windows11126 (9/19/2003 3:49:16 PM) Hi *, I develop a specialised client-server system. Clients will be run both under Windows and Linux, so I shold create both variants. But I prefer not to code them only once. Other needs: 1. Shold be short -... krumch
SIGBUS and SIGSEGV Errors in HP-UX 11 and Oracle 9i1350 (9/25/2003 7:01:55 AM) What are the possibilities of getting SIGBUS and SIGSEGV errors in the following scenario? There is a program (C/C++/Pro*C) that was running fine under HP-UX 11.x and Oracle8i (8.1.6). Oracle database was upg... forum
funny grep behavior2151 (9/25/2003 6:12:07 AM) Ok, here's some funny behavior by grep ... $ cat file cmd[2] 25300 25400 $ grep 25* file <-- looking for lines having "25" in them cmd[2] 25300 25400 $ grep 2* file <-- looking for lines having "2" in them c... johngalt__
Windows server, Unix client, connection refused on client connect.3759 (9/23/2003 8:25:58 AM) Hi I developed a client-server application. //**************** client(UNIX) **************** // connect with timeout: // 1. set socket NONBLOCKING // 2. connect with timeout using select // 3. set socket to ... cristea_dan
select OK but accept failed -- why?2207 (9/24/2003 8:20:23 AM) Hello, Working on a problem in my project. A server process running on solaris8 to call select() to detect connect request and call accept() to establish the socket connect (INET, STREAM, NONBLOCK); Client p... Luke
socket with sigio0458 (9/25/2003 5:51:55 AM) Hi I am trying UDP socket with Signal driven input/output I performed the following steps. ( after having basis setup of udp socket ) 1 install signal handler for SIGIO 2 set the owner with fcntl... psnewsserver(9)
fork/pipe code in gcc c8287 (9/23/2003 11:31:53 PM) Man, I feel dirty, almost blasphemous for coming onto a unix programming newsgroup and asking such a probably-elementary question to you guys, but I'm having trouble getting a basic example piece of C code for ... PJ
Two questions about dup2()374 (9/24/2003 2:12:44 AM) Greetings, Below are my code. Let me describe what I am doing first. I want to execute a program with -v option. With the -v option, the program will print a line of version information on stdin or stderr, the... music4
UNIX NETWORK PROGRAMMING Vol I - by STEVENS31096 (9/23/2003 7:18:34 AM) Hello Everybody, Can anybody provide me the soft copy of the book "UNIX NETWORK PROGRAMMING Vol I - by STEVENS". Unfortunately this book is presently not available in bookstores here and I need it desperately.... saurabha