- September 1, 2008
- 21,577
- 8,224
- Home Country
- New Zealand
Thanks for investigating huha. To be honest I was also confused when I tried to look at your plugin code. I saw that the direct DB connection appeared to be commented or not used, and so the cause of the problem was not obvious to me. Nevertheless, I could not ignore the reports that disabling your plugin solved the problem.
In terms of extensible and modular design, it is not recommended/desirable for any client-side component to connect and communicate directly with the database. When data is needed from the database, best is to get it via the remoting connection to the server and let the server be the only component that communicates with the database. Having said this, the TV plugin does not follow this guideline.
Does your plugin interact with the database through TvBusinessLayer during loading?
In terms of extensible and modular design, it is not recommended/desirable for any client-side component to connect and communicate directly with the database. When data is needed from the database, best is to get it via the remoting connection to the server and let the server be the only component that communicates with the database. Having said this, the TV plugin does not follow this guideline.
Does your plugin interact with the database through TvBusinessLayer during loading?