Hi, I got a bug report, that Load in tntnet.conf does not work. And it is true - it is a bug.
Load tells tntnet to load a application at start time instead of on the first request. The problem it tries to solve is that if a tntnet application has unresolved symbols, tntnet fails to start instead of fails to load the application on first request. So I get the error earlier. But it does not really give me more informations, which symbol is unresolved. Just as a hint: to get that information you may use "ldd -r", which outputs undefined symbols in a shared library if there are any. The problem is, that currently when tntnet tries to preload the application, tntnet.conf was not read, so the list is empty. Rather than fixing the bug I would prefer to remove that feature, since it is useless. Any comments? Tommi ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
