|
I have a WinForms app written in C# with .NET 3.5. It runs a lengthy batch process. I want the app to update status of what the batch process is doing. What is the best way to update the UI?
Started by Guy on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Use the backgroundworker component to run your batch processing can use the backgroundworker component to do the batch processing on a different thread withoutApplication.DoEvents() or possibly run....
Like the object you want.
|
|
I got thousands of data inside the array that was parsed from xml.. My concern is the processing time of my script, Does it affect the processing time of my script since I have a hundred thousand records to be inserted in the database? I there a way that...
Started by text on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Its unlikely to affect the processing time, but you'll need to ensure the DB's transaction logs.
|
|
I was given a set of 170 WSDL files which I need to convert to C# class files. Is there any way to batch process this?
Started by Chris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use svcutil.exe and write a batch script or (even better) PowerShell script to make code.
|
Ask your Facebook Friends
|
I'm developing a server that should receive nightly reports from hundreds of business units. Reports are currently encrypted csv-files. In total the reports should amount to 500 000 to 1 000 000 records each day that are saved to a database for later ...
Started by Aleksi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I have split the processing algorithm to two phases
Parse a set of N records and save them in an intermidiate format Persist the set of N records as a batch when a lock is awarded to the current thread all threads have completed their ....
|
|
I'm starting work on a program which is perhaps most naturally described as a batch of calculations on database tables, and will be executed once a month. All input is in Oracle database tables, and all output will be to Oracle database tables. The program...
Started by Gudmundur Orn on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I wrote a huge amount of batch processing and report to implement ....
It is batch processing - and since the input and output are both the DB - it makes good sense to put with using SQL because of the Pros outlined above.
|
|
Hey S.O Guys
I am currently trying to process a bunch of files with imagemagick using a batch file in windows, they are all numbered numerically as follows: image00 image01, image02, ..., image010, image011, ..., image0100, image0101
and so on, but when...
Started by Craig on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
( dir /b.
Then in your batch , do some thing like this
pseudocode :
for ...
You can probably create some more batch code to "sort" the numbers by order, however, since you can GNU sort (in coreutils ).
|
|
I've data queried from the db that looks a lot like the following
Job Site File List 1 SiteA file2.txt 2 2 SiteB file2.txt 2 3 SiteA file23.txt 23 4 SiteC file2.txt 2 5 SiteB file12.txt 12 6 SiteA file29.txt 29 7 SiteB file28.txt 28
I am supposed to initiate...
Started by deostroll on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This would have the advantage that you would do the grouping... .
- the object would then get the file and process it.
Get all the associated values of File and process each one In C# instantiate a site for it.
Instantiate the site
2.2.
Step
2.1.
|
|
Every once in awhile I am fed a large data file that my client uploads and that needs to be processed through CMFL. The problem is that if I put the processing on a CF page, then it runs into a timeout issue after 120 seconds. I was able to move the processing...
Started by Jason on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
5) Once you're done processing, set to the user the....
Maintain a processing status - For each row of the datafile you bring in, set a "process/unprocessed" tag one row of data that is half computed/processed/updated/tested.
|
|
Batch processing Dillon 550B
I have a bunch of completed rounds that need to be run through the bullet seating die again because they are too long. How can I do this without removing the powder dispenser and primer feeder so as not to dump powder everywhere...
Started by MoreIsLess on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at thehighroad):
Put a loaded round on the plate and....
They will not spill out at all.
The primer feed will not pick up a new primer if there is still one in the arm .
The powder drop should be case activated so it will only drop powder if a case is present to in the die .
|
|
Property Set Batch Processing A while ago, another creator named Chris_Hatch discovered that it was possible to organize clothing and accessory items in game and in bodyshop by linking them to an imaginary EP. Also granting them a custom icon. I used...
Started by thetigerking83 on
, 14 posts
by 2 people.
Answer Snippets (Read the full thread at modthesims):
Just a general idea of what you....
If you've done a lot of thinking about this, you might be able to provide me with a mockup of the UI .
Thanks for considering it in any case.
I'll have to spend some time looking into this before I can make any decision .
|