The only thing that you have to be aware is that web applications are inherently multi-threaded. Therefore, you need to prevent multiple users from modifying the same object concurrently (though normally you only have concurrent read accesses which is no problem).
Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
