Hi,
We want to start the development of a web application using Seaside... we're evaluating if we use just GLASS (we already have experience with GemStone) or if it's convenient to have Visual Works (as Web Server and handling the rendering) and let the persistence be in GemStone.
Does anyone have any experience to share for similar configurations? Thanks, Gabriel -------------------------------------------------
Development - Mercap S.R.L. Tacuarí 202 - 7º Piso - Tel: 54-11-48781116 al 19
Interno: 113 Ciudad Autónoma de Buenos Aires - Argentina http://www.mercapsoftware.com ------------------------------------------------- Este mensaje es confidencial. Puede contener información amparada por el secreto profesional. Si usted ha recibido este e-mail por error, por favor comuníquenoslo inmediatamente via e-mail y tenga la amabilidad de eliminarlo de su sistema; no deberá copiar el mensaje ni divulgar su contenido a ninguna persona. Muchas gracias. This message is confidential. It may also contain information that is privileged or otherwise legally exempt from disclosure. If you have received it by mistake please let us know by e-mail immediately and delete it from your system; also you shouldn't copy the message nor disclose its contents to anyone. Thanks. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Gabriel, we developed ibizlog.com on glass.. and we are
very happy..
Glass have some pitfall, but is a great product.
Regards. El 01/07/2009, a las 14:48, Gabriel Cotelli escribió: Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Gabriel Cotelli
Hi,
On Wed, 2009-07-01 at 14:48 -0300, Gabriel Cotelli wrote: > Hi, > > > We want to start the development of a web application using Seaside... > we're evaluating if we use just GLASS (we already have experience with > GemStone) or if it's convenient to have Visual Works (as Web Server > and handling the rendering) and let the persistence be in GemStone. > > > Does anyone have any experience to share for similar configurations? I have an application running on glass, too. I'm really satisfied with what I have. Using gemstone only as persistence layer is IMHO not beneficial in any way. You just get rid of the good part that it is all in one image and you don't have to care about marshalling and transactions at all if you don't want to. Norbert _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi!
We have developed a large Seaside applications using only GemStone with more than 100 active Users at the same time. Using VW as Seaside application server would be possible but then you have to take care about the replication stuff with a lot of performance and some other issues e.g. caching behavior, vw class creation, different configuration management .... In the moment there are some pitfalls using GemStone (GLASS) but it hardly depends on you requirements (concurrent users, db size, transactions,..) Also the licensing should be taken into consideration. Gerhard On Wed, Jul 1, 2009 at 8:05 PM, Norbert Hartl <[hidden email]> wrote: Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |