Octavian Rasnita wrote:
And it works, although with a low performance because DBIx::Class has a big startup lag.
This is not really correct. The slow startup comes from FS operations while load_namespaces scans for result classes. There are ways to mitigate this if so required, DBIC itself is quite fast to startup. _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
