Been running Seaside on Pharo since October 2008. More stable than Squeak.
Stability has been great. Low volume on an intranet, however. No memory leaks or crashes in production. I have seen memory leaks from my development image (particularly if I work with test data). I now only save my development image after loading from Monticello. So, if I'm working with my database and test data and I see a change I want to make, I write the tests and code. Do some test runs and check the code into Monticello. But, I don't save my image at that point. Next time I restart, I reload from Monticello. I do this even though I'm working by myself. On Wed, Sep 2, 2009 at 8:14 AM, Laszlo Zsolt Kiss<[email protected]> wrote: > Dear Developers! > > I have a questions for you. > How much stable the Seeaside with the Pharo? > How many people use it in the production and business envinronment? > Thanks. > > Laszlo Zsolt Kiss > > ps.: Sorry for my bad english:) > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
