B
Benny Raymond
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.Dequeue();
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.Dequeue();
is there a faster way?