Hi, I have now AS 4.0 on my production server, and it is working like a charm.
I would to thank the AS core team ;-) I also installed TTrace, and the package looks really great, but I needed to make some minor changes to my code : * all ns_register_filter and ns_register_proc procedures need to have only 1 arg. * I have an old page (dbtest.tcl) from ARS digita that is checked by my keepalive server to see if the web server is ok. In this page I have code like that : ns_return $conn 500 text/plain "failed" It's not working with the TTrace package, I had to change with : ns_return 500 text/plain "failed" and it's fine. (looks like the $conn var is not set anymore with TTrace) It could be cool to add that stuff into a "migration" part of the TTrace README for other users. (I can try to send you a .txt file with my experience if it can help). Regards. Jean-Fabrice RABAUTE Core Services - Enjoy the future today http://www.core-services.fr -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
