I'm running Access 2003, and I've got a CPU intensive application that takes hours (or more) to run. Fortunately, I can logically split up the task so it can run in smaller pieces independently.
I've got a dual core (4 CPU) processor, and if I copy my application manually, I can run up to four of these copies in parallel using 100% of my CPU's capacity. On the coolness scale, this rates as "very cool".
I'd like to take this to the next level, and that's where I need some guidance. In short, is it possible for me to use Access to open and run different instances of the same Access application at the same time? And if so, would they run on different threads so my OS can assign them to different processors? And how might I go about this?
Cheers,
R.
I've got a dual core (4 CPU) processor, and if I copy my application manually, I can run up to four of these copies in parallel using 100% of my CPU's capacity. On the coolness scale, this rates as "very cool".
I'd like to take this to the next level, and that's where I need some guidance. In short, is it possible for me to use Access to open and run different instances of the same Access application at the same time? And if so, would they run on different threads so my OS can assign them to different processors? And how might I go about this?
Cheers,
R.
Comment