Jerome Louvel <contact <at> noelios.com> writes: > > > Hi Evgeny, > > In this case and for all other Restlet instances, the same instance is > reused across requests and even multi-threaded. No worry about performance. > > Best regards, > Jerome
Hello, So can you describe in which cases i´ll get different instances of restlet(or sublclasses) serving incomng requests. First i really worry about perfomance in this case :) Second can be synchronization issues if i use some temporary instance variables. Thnx

