Hello.

One issue that happens is server delays when dealing with big loot.

For instance a player selling some thousands rods can stuck the server for 
some seconds... Or even dropping many items on a big pile can be quite slow.


So to handle that correctly, I was thinking of changing the server code like 
that:

- split data/commands reception and processing - have one loop that reads from 
the socket, put commands in a waiting queue, then another function later 
processes those commands

- for commands like pick/drop/examine, enable them to work on multiple 
processing loops instead of a single. So for instance the command would drop 
100 items, then store its status, put itself back on top of the command 
waiting queue, and exit - this way the server can process something else.



For the player, it means picking/dropping a big pile of items may take some 
time, but the server will go on for other players during that time.


Does that sound ok?


Best regards

Nicolas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire

Reply via email to