ensure all build artifacts can be cleaned up
[catagits/fcgi2.git] / examples / threaded.c
2001-11-20 robs exit -> return to prevent a warning
1999-08-15 roberts Remove Win #include
1999-08-10 roberts Update based on the FCGX_Accept_r() API change
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-08-05 roberts Linux needs <sys/types.h>
1999-08-02 roberts Comment about accept serialization
1999-07-30 roberts Use pthread_mutexes for locking the accept() and data.
1999-07-28 roberts header juggling & print thread id
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...