|
|
|
|
|
by nerdponx
1832 days ago
|
|
Does the Julia runtime have good properties for something like a Web server? Slow startup makes it questionable for CLI tools, although that is supposedly improving a lot. But what about high-concurrency "server-like" workloads? The language itself I think would be great for such an application, but I have no idea if the runtime itself would be good. |
|