apmon

Results 2 issues of apmon

It would be nice if in the netview with r.wt and s.wt inhibitory connections would be distinguishable from excitatory weights.

Commit 2c538916be4f8dff28181ea5a47d65d84b4b2a03 introduced locking around memory allocation for an array containing pointers to the storage backends, as apache's memory pool functions aren't thread safe. It used apr_global_mutex, but I think...