Just a wacky brainstorming idea. Look at how operating systems implement the posix file api, with file handles. What if I did something similar with feed and entry objects loaded from the database. Similar to an active database object.
Just like how we open a file for reading and or writing, we open a feed for reading and or writing. We then change its properties, and save (commit the underlying transaction).
Just something to think about. Not sure if I like it.
Just a wacky brainstorming idea. Look at how operating systems implement the posix file api, with file handles. What if I did something similar with feed and entry objects loaded from the database. Similar to an active database object.
Just like how we open a file for reading and or writing, we open a feed for reading and or writing. We then change its properties, and save (commit the underlying transaction).
Just something to think about. Not sure if I like it.