Making Velocity truly concurent
Jan Algermissen <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, looking at the code yesterday, I saw that Velocity uses a number of Serialized classes (e.g. the SerializedMap in ResourceCache). I would like to replace all relevant classes to avoid serialization completely. Are concurrent versions of these classes available already? Is there a list of the classes I need to replace? (I am rather sure I am not the first one aiming to to this..) I am on 1.7 from the Maven repo. Thanks, Jan