The Open Source Swiss Army Knife

/code/c/unix_c/select/
/code/c/unix_c/select/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /c   /unix_c   /select 
sub-categories and articles

                                                  
   --->create new sub-category


README
add

Example programs from Chapter 9 of Linux Programming Unleashed Copyright 1999 by Mark Whitis. All rights reserved. http://www.freelabs.com/~whitis/unleashed/ README - this file

common.h
add

#include <termios.h>

license.html
add

Software License

makefile


CC = gcc CFLAGS = -Wall -g COMPILE = $(CC) $(CFLAGS) -c SRCS := $(wildcard *.c) OBJS := $(patsubst %.c,%.o,$(SRCS))

mpx-select.c
add

/* mpx-select.c -- reads input from pipes p1, p2 using 

output-mpx.txt
add

44 p1 44

p1
run output

p1

p2
run output

44

postgres_xact.c
add

if (MyXactMadeXLogEntry)

rpnsrv2.c
add

/* rpnsrv2.c:

select.c
basic select statement with fd_set and macros

#include <sys/time.h>

select.htm
sockets and select call order

  1. introduction to select()
  2. syntax
  3. proper usage

select_a.c
select by itself without a loop

#include <errno.h>

select_b.c
basic select statement with fd_set and macros

#include <stdio.h>

select_term.c
MY BABY; working not finished yet with doing a select between file descriptors and socket file descriptors

// have 4 file descriptors to experiment with the select function call

web_server2.c
add

/*******************************************************************************
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with select to the sirfsup! web directory for listing

return to top