GeekArticles
Microsoft
C#Leveraging threads to speed up batch processing
Author: codeproject.com |
Published: 14th Dec 2007 |
Visited: 54 times |
Add CommentFiled in: CSharpSpeed up your batch processing by splitting it into smaller tasks and executing them in concurrent threads
Read Article Sponsored Links
Related Articles
• XML Processing in PHP and Oracle Applications Processing XML in PHP/Oracle Applications
As mentioned, there are two alternatives when it comes to performing XML processing in your PHP/Oracle application. You can perform any required XML processing using either PHP's XML extensions (or PEAR XML packages) or Oracle's XML features.
Visi ...
• Transforming and Processing XML with XSLT Transforming and Processing XML with XSLT
In the preceding example, you transform XML into HTML directly in your script, wrapping the data extracted from the XML document into appropriate HTML tags. Alternatively, you might perform an XSL (Extensible Stylesheet Language) transformation to get the...
• Performing XML Processing inside the Database Performing XML Processing inside the Database
When building XML-enabled applications on top of Oracle, there are many advantages to performing the XML processing inside the database when compared to performing it on the client. The key advantages to perform XML processing inside the database are as. ...
• Moving All the XML Processing into the Database Moving All the XML Processing into the Database
In the preceding example, the database server performs only a part of the XML processing while the rest is still performed by the PHP engine. Specifically, the database server generates an employees XML document based on the records from the...
Visit ...