// Script for testing load-balancing clusters #include int main(){ unsigned int o=0; unsigned int i=0; unsigned int max = 255*255*255*128; // Deamonize code (flogged from thttpd) switch( fork()){ case 0: break; case -1: // Syslog (1, "fork -%m"); exit(1); default: exit(0); } while (o