|
|
Browse by Tags
All Tags » asp.net » commit (RSS)
-
db4o does not have a built-in pool mechanism but implementing is not so hard :)
Have something like Queue or Stack in your pooling class and implementing borrow and return method should be easy.
Instead of opening container everytime page loads, you should get it from pool. and then it doesnt really matter which container you have in sub ...
|
|
|