Roosmaa
Joined: 05 Nov 2006 Posts: 9 Location: Estonia
|
Posted: Sat Aug 18, 2007 8:19 am Post subject: Wombat performance |
|
|
Hi,
Can anyone comment on the performance of Wombat? Compared to other, well known web frameworks/languages? It seems to be quite closely moddeled with PHP (the header function, global names, etc) so how would the two compare?
Also, as there is no documentation (at leas on first peek), how does Wombat more or less work? When the web server receives the request for, say, index.d then the file is compiled and run? Is the compiled code cached somehow? Or is it compiled before hand, so the server only runs it?
A bit offtopic, but from the examples, the suggested file layout is foo.{d,html}. But is it really mandatory? The .d source file code suggests not.. so for example, one could have foo.d and ../templates/bar.html for one page, right? Or will something break in Wombat?
Mart |
|