home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
SQLiteDatabase Plugin for MP2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MJGraf" data-source="post: 989195" data-attributes="member: 17886"><p>Really can't get my hands off it <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p> </p><p>Just had the Situation again that a big Import Job on the Server leads to the GUI being not responsive and after 30 sec (timeout if no write Transaction can be started) an exception was thrown. This happened when I tried to add further Shares, while in the Background the Import was already going on.</p><p>v0.4 should resolve this. By adding "false" as second Parameter when calling BeginTransaction, the so called "deferred write lock" is switched of. Before it was on (=defaul for SQLite), which means that there could be many Transactions in parallel, which eventually needed a write lock afterward. Now there can only be one.</p><p>I've done some testing and couldn't repproduce the Problem anymore, but here as well more testing is needed.</p><p> </p><p>Now off for dinner <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p> </p><p>[Attachment removed - please use version from first post]</p></blockquote><p></p>
[QUOTE="MJGraf, post: 989195, member: 17886"] Really can't get my hands off it :D Just had the Situation again that a big Import Job on the Server leads to the GUI being not responsive and after 30 sec (timeout if no write Transaction can be started) an exception was thrown. This happened when I tried to add further Shares, while in the Background the Import was already going on. v0.4 should resolve this. By adding "false" as second Parameter when calling BeginTransaction, the so called "deferred write lock" is switched of. Before it was on (=defaul for SQLite), which means that there could be many Transactions in parallel, which eventually needed a write lock afterward. Now there can only be one. I've done some testing and couldn't repproduce the Problem anymore, but here as well more testing is needed. Now off for dinner :D [Attachment removed - please use version from first post] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
SQLiteDatabase Plugin for MP2
Contact us
RSS
Top
Bottom