Search found 3 matches

by hummermania
Fri Jun 22, 2012 06:45
Forum: Partly official engine development
Topic: Minetest server on Erlang.
Replies: 5
Views: 2709

Hello. I have some time paused of working on server. Also I have some trouble to translate some algoritms for the networking subsystem. When I'm reading the C code in connection.cpp I can't answer on few questions: 1) When the server make new thread for the new client? 2) How different threads get t...
by hummermania
Mon Apr 02, 2012 14:09
Forum: Partly official engine development
Topic: Minetest server on Erlang.
Replies: 5
Views: 2709

Well thanks! I will see the packet trace and command description. And in the v 0.4 protocol maybe have more chages?
by hummermania
Sun Apr 01, 2012 18:08
Forum: Partly official engine development
Topic: Minetest server on Erlang.
Replies: 5
Views: 2709

Minetest server on Erlang.

Hello guys. I started writing minetest server on the Erlang language for future heavy loads for thousands of users (I hope it is will). To implement the data transfer protocol I read the doc/protocol.txt, and read the source code of connection.cpp, server.cpp and others. But it is very slow to under...