Template.getVariables()

2007-12-17 Thread Stephan Koops
Hello, while using the class org.restleut.util.Template I detect that the variable-List (Template.getVariables()) is not updated while parsing the given pattern. Is that planned, or is it a bug? I'm using the Restlet-Trunk. If this should be changed, then we should consider, that the

First check, than write to mailing list: Template.getVariables()

2007-12-17 Thread Stephan Koops
Hello agian, the intention was to change the Variable parameters after compiling. But now I've seen, that it will only have effect befor parsing the pattern. So my intention is invalid, but perhaps the altering of the variables should be forbidden, after compiling the pattern, but I know, that

Limiting threads

2007-12-17 Thread Paul J. Lucas
Is it possible to limit the number of threads that Restlet uses/spawns in servicing requests? - Paul