Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Updated Wiki: ParallelFox

$
0
0

38209 ParallelFox

Parallel Processing Library for Visual FoxPro

38236

Note: this project has moved to GitHub: https://github.com/VFPX/ParallelFox

Project Manager: Joel Leach

ParallelFox is a parallel processing library for Visual FoxPro 9.0.

Although parallel processing and multi-threading have been possible in VFP for quite some time (particularly in web servers), the goal of this project is the same as parallel processing libraries that have been popping up for other development platforms. That is, to make parallel processing easier and more approachable, without all of the headaches typically associated with multi-threaded programming. This has become more important as multi-core desktop and server machines have become widespread.

38362Get ParallelFox 1.2
Released 1/12/2012

Documentation and Installation

ParallelFox includes complete documentation (ParallelFox.chm). The Help file is designed to be used in conjunction with the training videos below. Use the Help file as a quick reference or short overview of topics. Watch the training videos for more in-depth discussions, examples, and techniques.

ParallelFox also takes advantage of Doug Hennig's Favorites for IntelliSense, which Doug also used in the MY project for Sedna. This greatly simplifies the ParallelFox interfaces and provides extra details while you are coding.

DO INSTALL to register ParallelFox.exe and install the IntelliSense scripts. See the "Installation" topic in the Help file for details.

Training Videos

These videos were recorded at a fairly high resolution. If the Flash version does not fit in your browser window, give the WMV version a try.

IntroductionFlashWMV
Errata: In this video, I said that CPU speeds topped out a 3-4 "Megahertz", which was about the speed of my first computer, a PCjr. I should have said "Gigahertz". It's only a thousand-fold difference. :)

Running Code in ParallelFlashWMV

Worker Events
Part 1 FlashWMV
Part 2 FlashWMV

Viewing all articles
Browse latest Browse all 3798

Trending Articles