https://bz.apache.org/bugzilla/show_bug.cgi?id=65159

--- Comment #16 from Michael Kaufmann <apache-bugzi...@michael-kaufmann.ch> ---
Note that 16777216 is htonl(1) and 83886080 is htonl(5) on x86, so these are
the threads with index 1 and index 5.

The htonl() is there to ensure that little-endian machines and big-endian
machines generate the ID in the same way. Probably it does not matter too much
in practice.

The counter is only 16 bits, so maybe one thread handles more than 65535
requests per second? (sounds unrealistic)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to