It's currently taking a minimum of .2 seconds for me to dequeue an
object - I'm wondering if it's the dequeue that is taking so long or if
it's just the fact that i'm doing it like this:
retMsg = (ServerMessage) s_messages.Dequ eue();
is there a faster way?
object - I'm wondering if it's the dequeue that is taking so long or if
it's just the fact that i'm doing it like this:
retMsg = (ServerMessage) s_messages.Dequ eue();
is there a faster way?
Comment