﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » threading..</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 10 Jun 2026 22:40:44 GMT</lastBuildDate><ttl>20</ttl><item><title>threading..</title><link>http://forum.strataframe.net/FindPost5546.aspx</link><description>I have a program written using SF that loops through tens of thousands of records and must check multiple tables and perform calculation, string builds, and other perform other parsing for each record. I am using "raw" datasets, datatables, and dataviews due to the fact that I am accessing DB2 files. The results of the raw processing are then stored to a BO within SF.&lt;br&gt;
&lt;br&gt;
This process is very very slow (about 2 minutes) during which the application is completely locked up, if it is minimized it stays minimized, nothing can be interacted with, etc etc. The bad part is this process occurs every 3 minutes. These are the requirements of the app.&lt;br&gt;
&lt;br&gt;
Would introducing threading help me, or am I just screwed given the scenario presented?&lt;br&gt;
&lt;br&gt;
Any insight appreciated.&lt;br&gt;
&lt;br&gt;
Also, did you guys ever discuss internally fixing the fact that DB2 tables are not properly enumerated in the BO Mapper using OLE?&lt;br&gt;
&lt;br&gt;
Thanks.</description><pubDate>Wed, 03 Jan 2007 21:17:57 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: threading..</title><link>http://forum.strataframe.net/FindPost5560.aspx</link><description>Freaking awesome!!&lt;br&gt;
&lt;br&gt;
I have three threads now, one dedicated to the UI, and one for each of the two major processes.&lt;br&gt;
&lt;br&gt;
You would never even know they were running now except for my nifty little progress monitors :)&lt;br&gt;
&lt;br&gt;
Again, thanks for the nudge in the right direction.&lt;br&gt;
&lt;br&gt;
Keith</description><pubDate>Wed, 03 Jan 2007 21:17:57 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: threading..</title><link>http://forum.strataframe.net/FindPost5548.aspx</link><description>[quote]Would introducing threading help me, or am I just screwed given the scenario presented?[/quote]&lt;/P&gt;&lt;P&gt;Absolutely!&amp;nbsp; This is the exact type of thing that should be run and processed on a thread.&lt;/P&gt;&lt;P&gt;[quote]Also, did you guys ever discuss internally fixing the fact that DB2 tables are not properly enumerated in the BO Mapper using OLE?[/quote]&lt;/P&gt;&lt;P&gt;Not yet.&amp;nbsp; It is on our "To-do" list though.&amp;nbsp; We have had some server issues recently and need to get DB2 loaded for testing.</description><pubDate>Wed, 03 Jan 2007 13:14:04 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>