Mladen; are you sure you weren't looking for 'long long', al la int64_t? Falling over to the FPU is rarely the best performance decision.
Bill At 02:55 AM 6/13/2005, [EMAIL PROTECTED] wrote: >mturk 2005/06/13 00:55:51 > > Modified: jk/native/common jk_lb_worker.c jk_shm.h jk_status.c > Log: > Use double instead size_t for trensferred/read, so that lb doesn't > break on trnasferred mode when 2G of data has been send/read. > > - size_t mytraffic = 0; > - size_t curmin = 0; > + double mytraffic = 0; > + double curmin = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]