From: Reini U. <ru...@x-...> - 2001-07-10 19:16:00
|
Alex Black schrieb: > > I really wanted to use common lisp or mod_perl (mason,embperl or axkit) > > for my big e-commerce site i'm working on, but they cannot afford > > server hosting for the beginning, so I cannot use mod_perl (nor > > lisp/zope/jsp), only php. > > heh. > > have you used jsp in production? no. i'm more into lisp and perl and try to avoid c++/java/delphi as much as possible. > > ok, for PHP I found these two best: BS and ariadne > > BC has the best layout so far. and a lot of useful admin modules. > > and I don't like Ariadne's interface that much. BC already has more modules > > and a similar structure. > > only that BC is really slow compared to my phpwiki, > > which serves the pages from mysql with a lot of dynamic pcre translations, > > and compared to ariadne which uses a clever caching scheme > > (precalculated object inheritance and stored static pages). > > Of course it is! > That's like comparing: > echo "hello, world"; > to the entire contents of PHPLIB! indead. > My render target for non-auth pages is ~10th of a second. With caching we > can cut that by a fifth for 'static' pages. > it is unrealistic to expect that binarycloud will have the same performance > as a simple, small application like PHPWiki. > > I like phpWiki, but one would use its functionality within a module, not do > a comparison of the two systems. yes, that was an idea to do at a later stage. like the zope wiki as zope module. people love to play in wikis. phpwki is terribly unorganized now. and i wanted to abstract out the db and add user preferences. which would be much better with a more abstract framework like bc's. > > ariadne has a very sexy DHTML htmleditor included (IE only) which might > > be a good seller for getting advanced users attracted, instead of bc's > > features which certainly gets admins attracted :) > > Actually, I have posted a "very sexy" dhtml editor to this list, which will > likely be integrated into a CMS module. :) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |