From a2e3fd00a9b4b5c7cf8fc34220230a74718841e2 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 12 Jun 2013 06:40:12 +1000 Subject: [PATCH] Added note about multithreading --- notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 86357fc..775c0dd 100644 --- a/notes.md +++ b/notes.md @@ -29,4 +29,10 @@ Server Room: * game map * player list * monster list -* combat entrance list \ No newline at end of file +* combat entrance list + +Multithreading the network packets: +* queue +* function to push to the queue +* function to retreive from the queue +* Get the client running first \ No newline at end of file