Hello, i would like to ask for an advice on this issue, i'm clearing SO with the following code. Eventhough the clearSharedObjects method returns true, the file of the SharedObject doesn't get deleted from the filesystem and remains in the persistence/SharedObject directory, i'm using red5-0.6.2 WARlet in Tomcat 5.5.23 on the Mac OS X 10.4.10 system with Java 5. // remove the SharedObject belonging to this client String soName = "MessangerPSO_" + this.clientIDToUserIDHashtable.get(clientId).toString(); this.clearSharedObjects(this.appScope, soName);
// this clears all the persistent objects when the server is stopped this.clearSharedObjects(this.appScope, "/"); Thanks for any light shed on the behaviour of the clearSO method David Engelmaier _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
