Cisco interview question

A basic 'how do you prevent a race condition' question.

Interview Answer

Anonymous

May 1, 2009

(1) always take resources in the same order (2) always release them in the opposite order

1