Skip to content

an identifier for a request #15

@khklau

Description

@khklau

Apache provides an identifier for the client connection, but not for the client request. Initially it seems like using the request_rec address would suffice, but that address is likely to be reused at some point since it's probably stored in an APR memory pool.

So we'll have to generate our own identifier. A 128-bit UUID is probably overkill. The 64-bit snowflake by Twitter might be a good candidate.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions