NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Curiosity (Score:2)
-sam
Re:Curiosity (Score:1)
Pixie's lack of schemas means we can keep some flexibility in our object model without having to remember that a change in one object means changing the schema as well, and then rebuilding the database (major changes once something is in production will obviously require database conversion, but during the development phase we can keep things as fluid as possible).
Reply to This
Parent
Re:Curiosity (Score:2)
-sam
Re:Curiosity (Score:1)
Pixie works to make sure that there's only one 'live' instance of an object in play at any given time (and, with locking can be set up to ensure that this is the case across multiple processes).
Re:Curiosity (Score:2)
Thanks,
-sam