Quote:
Originally Posted by kovidgoyal
In particular, I anticipate there may be performance issues. A virtual library is just a search, and while the db api and the server both have caching infrastructures, they may not work well with different VLs per request.
|
Yup, that is my expectation as well (at least in terms of where I expect problems). I have some thoughts, but until I get into the code I am not sure what will work and what wont.
Quote:
Originally Posted by kovidgoyal
Also, there will need to be some kind of UI for configuring this in Preferences->Sharing over the net.
|
Also "yup", (I just posted a quick question about the best way to store this into in the prefs, I am trying not to change the structure of the preference storage for this so there are no upgrade/downgrade issues. this should have zero impact (or close to it) if not used.
Quote:
Originally Posted by kovidgoyal
Using a branch is fine.
|
I already forked the repo, but I haven't done much, would you prefer that I just branch the code in your repo and move my changes there? (sorry about that, I thought I read that you wanted it forked)