On Mon, Feb 02, 2009 at 03:07:49PM -0500, Stef Telford wrote: > However, what is the alias lock for ? In the
It is a lock that protects shared alias counter in the class sqlbuilder.Alias. > scenario I plan on using SQLObject in, would an alias lock even be > required/needed ? Yes. > alias's will stay 'fixed' at webserver/framework > launch .. no ? Alias counter is increased on every instantiation of Alias(). > Actually, I -had- hoped that SQLObject could have writelocks > enabled/disabled, same for connection pooling (which you tell me it > does, which is great), caching enabled/disabled (the version inside Only row caching needs to be disabled. > SQLObject). The queryCaching I do currently by using python's 'global' > in the servlet , I can't imagine that going into the main SQLObject > (and it probably shouldn't). I could put that in a derived class from > the framework Servlet itself. Ok. > Let me jst say that I have had -bad- previous experience with forks of > projects and libraries. Invariably they start to become more and more > incompatible. I would prefer -not- to get into that situation if > possible. But of course! > Actually, is it possible to get (under subversion) a delta of patches > from one version to another but cherry picking the changes to be made? With some work - that is, save a diff to a text file and edit it. It is just a well-known patch format. > Thank you for your time Oleg, I know my emails may seem to be strange, They are not! You have a need and a vision WRT SO. Oleg. -- Oleg Broytmann http://phd.pp.ru/ p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss