March 12, 2010
3:24 p.m.
Lukas Renggli wrote:
What would be cool for Seaside IMHO: - Multi Value Dictionaries, e.g. for request parameters - Some kind of thread safe map with atomic operations [2], e.g. for session store
Why would that be cool? We already have a WAMultiValueDictionary for request parameters.
We could (theoretically, if other dialects follow) delete our code. Everybody who needs something similar doesn't need to write his own.
Also we have some ad-hock solutions for the thread safe dictionaries.
Yeah, the same comment as above applies. Cheers Philippe