> Please no magic numbers in logs. This always leads to customers calling > support with the "what does 13 mean and should I be concerned"? If the > community objects to the case statement above, then find a different > way that implements the textual name. So run a postprocessor over the log. > I like keeping the lock protecting as little as possible. This has been > drilled into peoples heads here at SGI since the early Cray days. We have > always been told to keep locks protecting a single cohesive group of data. And because of that IRIX isa huge mess with far too much locks :) Keep it as simple as possible and optimize where optimization is needed. Needless complexity is the root of all evil. - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Sep 4 07:21:47 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:30 EST