Search

Categories

On this page

Parallel Framework - Download and Support
Parallel Programming using the Parallel Framework
SMTP Sinks: Using AsyncCompletion for Tarpitting
Marshalling Compiler
Parallel computing with sockets

Statistics

Total Posts: 13
This Year: 4
This Month: 0
This Week: 0
Comments: 93

Feeds

RSS 2.0 | Atom 1.0 | CDF

Contact

Send mail to the author(s) E-mail

 

Sign In

# Monday, 16 March 2009
Monday, 16 March 2009 10:01:28 (W. Europe Standard Time, UTC+01:00) ( .Net | Parallelism | Techniques )
The download and support page for the Parallel Framework. Version history is maintained here and the latest versions are available for download. The Parallel Framework enables .Net users to write code using task parallelism and get the most out of a CPU. It's free of charge and available to anyone. Documentation and source code included.
Comments [4] | | # 
# Thursday, 05 February 2009
Thursday, 05 February 2009 10:51:30 (W. Europe Standard Time, UTC+01:00) ( .Net | Parallelism | Techniques )
This article takes a dive into basic parallel programming with tasks. It also provides a lightweight parallel framework and describes how to use it to enable you to easily write parallel software yourself. After reading this article, you should be able to write code using parallelism. Examples in C# .Net included.
Comments [4] | | # 
# Wednesday, 28 January 2009
Wednesday, 28 January 2009 10:12:23 (W. Europe Standard Time, UTC+01:00) ( .Net | Microsoft SMTP | Security )
How to enable tarpitting on your SMTP server for specific commands? This article describes how you can customize tarpitting using the AsyncCallback functionality provided by the sink interface.
Comments [0] | | # 
# Sunday, 25 January 2009
Sunday, 25 January 2009 15:11:54 (W. Europe Standard Time, UTC+01:00) ( .Net | Marshalling )
Post about the online Marshalling Compiler. It takes a C style header and converts it into an import of a native DLL in managed C# code.
Comments [5] | | # 
# Friday, 07 November 2008
Friday, 07 November 2008 22:46:56 (W. Europe Standard Time, UTC+01:00) ( .Net | Parallelism | Techniques )
This article describes the issues (and solutions) around parallel programming with sockets and goes deeper into the difference between Concurrent vs Parallel, Threads vs Tasks and Imperative vs Functional. Example source code included.
Comments [1] | | #