On Monday, 03. February 2003 08:49, Matt Sergeant wrote: > > Also I have another question. What's up with the PI for the xsp being > > either . or NULL in some mailing list posts? > > Originally I always used "." but found very quickly that it had two > problems - it was hard to see when scanning a bunch of config > directives, and also "." might indicate the current directory, which > isn't desirable. So I started using NULL instead, and now I always use > NULL. In reality it doesn't make a squat of a difference what you type > there.
It does make one difference: AxKit caches the generated XSP scripts and checks the mtime of all involved files. "." or "NULL" are checked, too. So in the "NULL" case, it will behave just fine (unless you happen to have a file called 'NULL'), but in the "." case, it will be regenerated each time the directory changes (files are added/removed). This makes a difference on larger XSPs. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
