Re: [Pharo-users] [Pharo-dev] Pharo Success Story: Reflex Vacances
runs 100% in Pharo + Iliad + MongoDB.
"Look ma - no apache or nginx". According to responses it runs "KomHttpServer/7.1.3 (unix)". Also for resources like images. And it is fast. Would be interesting to know more about the architecture, speed of machine, optimizations done, ... Anyone know more about it and able to share some insights. Thx T.
Torsten Bergmann writes:
runs 100% in Pharo + Iliad + MongoDB.
"Look ma - no apache or nginx".
Hi! Apache is used as a frontend server, and many images are indeed in the db, thus served through Pharo. The Pharo image is a 1.4, the VM is Cog, with a typical Mongo+Voyage setup. Most of the DB data is cached by Voyage, which partly explains the speed. Mongo and Pharo are running on the same machine, there's no special caching except for what Voyage provides by default. The Iliad app is served by Kom, and we have many bash scripts to monitor, auto-restart and manage the app (we manage SmalltalkHub in a similar way). Cheers, Nico -- Nicolas Petton http://nicolas-petton.fr
participants (2)
-
Nicolas Petton -
Torsten Bergmann