You may try to use usleep() function instead of sleep().
usleep() function takes microseconds as its argument.
FreeBSD library have this function. But I'm not sure it 
exists on all OS's. 



Change this line in udm_config.h and run make:

#define UDMSLEEP(x)             sleep(x)

Or change it in udm_config.h.in and run configure then make.




Damon Tkoch wrote:
> 
> Hello,
> 
> is there any way to tell indexer to sleep a fraction of a second between
> URLs using -p?  I don't like hitting my machines without respite but a full
> second delay means the index never finishes.
>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to