Performance differences between Swazoo and Komanche?

泪湿孤枕 提交于 2019-12-10 16:55:59

问题


I'd like to know what the performance differences between Swazoo and Komanche in general and for Seaside are. Especially why and in what situations I should prefer the one over the other?


回答1:


The only major differences between the two are:

  1. Swazoo is licensed under the LGPL, while Komanche is licensed under the MIT license. Some people are very uncomfortable using LGPL software in Smalltalk, since the definition of whether something is a library in a Smalltalk is extremely ambiguous. If you share that concern, use Komanche.
  2. Komanche only works in Squeak/Pharo and Gemstone, while Swazoo works in most Smalltalks. In particular, Swazoo runs in GNU Smalltalk, VisualWorks, Squeak/Pharo, Gemstone, and Dolphin. If you're going to be working directly with the web server (which, to make this clear, is very rare), you should probably develop against Swazoo. This should only be a factor in very unusual applications.
  3. Seaside's COMET packages only support Komanche. So if you want COMET and Seaside, you'll need Komanche.

Otherwise, the two servers are roughly equivalent in terms of features and performance, and I don't honestly think it makes a large difference.



来源:https://stackoverflow.com/questions/1583145/performance-differences-between-swazoo-and-komanche

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!