2016-12-14 15:11 GMT-03:00 Volkert <volk...@nivoba.de>: > Pharo is currently successful used. Scalability and Performance will always > an issue. I like Pharo really, but i have not to goal ending up in a complex > deployment of Pharo Nodes, because a Pharo with Seaside can only handle - > say 20 user - ...
The 20 user depends more on the I/O than anything else. However you can scale Seaside horizontally using a front reverse proxy like nginx using session affinity. Memory is cheap, and the only limit now is CPU, the current Pharo image has an idle CPU consumption ~5%, so you can't have many concurrent images running in the same machine. Regards, Esteban A. Maringolo