Comment by taybin
9 hours ago
For a long time I was convinced they used Erlang for handling all the distributed, concurrent state. I guess not.
9 hours ago
For a long time I was convinced they used Erlang for handling all the distributed, concurrent state. I guess not.
Last I checked (and remember right) they used Stackless Python. Very interesting, it can serialize tasklets and send them to another machine to continue executing. Seems no longer maintained though.
They moved away. Details in this blog post: https://evefrontier.com/en/news/moving-into-the-future-upgra...
I mean eve frontier is a pretty huge fork from almost scratch, did they backport changes into normal eve?
1 reply →
> Application error: a client-side exception has occurred (see the browser console for more information).
...why did they make a website not html-first?
2 replies →
Is this unique to Stackless Python?
Don‘t know any other runtimes that have that by default. Probably kind of possible in Erlang or so by transferring the state, but stopping and moving a green thread in the middle of execution I’ve not seen elsewhere.
3 replies →
at least while ago they used Stackless Python
They moved away. Details in this blog post: https://evefrontier.com/en/news/moving-into-the-future-upgra...