performance on SMP systems.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954213
13f79535-47bb-0310-9956-
ffa450edef68
static unsigned global_in_addr;
+/*
+ * XXX: We should have a per-thread counter and not use cur_unique_id.counter
+ * XXX: in all threads, because this is bad for performance on multi-processor
+ * XXX: systems: Writing to the same address from several CPUs causes cache
+ * XXX: thrashing.
+ */
static unique_id_rec cur_unique_id;
/*