* Anton Katsarov <t...@katsarov.org> [2009-02-05 17:50]:
> I can also confess that the Internet connection in my town is
> not so good.

If you’re on a modem then 5 seconds might well feel adequate.
The apps I work on load in something like 0.6 +/-0.3 seconds.

If you use an ORM for the model and the DB schema is complex
the 5 seconds will easily be 10.

CGI pushes you toward loading as little code because the code
is compiled over and over again, which distorts the architecture
toward all sort of microoptimisations. Nasty. If you want to
write code that way, of course, that’s your call.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to