From: <tr...@do...> - 2011-11-22 17:04:05
|
The following issue has been added to a project that you are monitoring. Title: In a VB.Net WinForms environment multi-threaded Triple Store Writers fail Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Milestone: 0.5.1 Beta Category: Writing Priority: High Type: Improvement Description: In a VB.Net WinForms environment WaitHandler.WaitAll() cannot be called unless a user explicitly generates a new thread in MTA mode in which they then invoke a ITripleStoreWriter which is less than ideal. The TriGWriter already supports the IMultiThreadedWriter interface which allows MTA behaviour to be disabled, other writers should also support this. The default theading mode for these writers should also be controllable via the Options static class (just like default compression level is currently) so that users can simply set single threaded writing mode globally and then they can invoke extension methods like SaveToFile() without having to instantiate a writer directly. More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=147 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |