Files
sqlalchemy/test/perf
Mike Bayer 1a5ba21076 - added a mutex to the mapper compilation step. ive been reluctant to add any kind
of threading anything to SA but this is one spot that its its really needed since mappers
are typically "global", and while their state does not change during normal operation, the
initial compilation step does modify internal state significantly, and this step usually
occurs not at module-level initialization time (unless you call compile()) but at first-request
time
- added "compile_mappers()" function as a shortcut to compiling all mappers
2007-01-06 20:32:47 +00:00
..
2006-10-01 23:15:53 +00:00