I have a multi processor machine with a Win 2003 server
I have 2 VB.NEt applications. Because I didn't implement any multithreading I think each application is runing on a one thread. (Is this correct?)

I have to set that aVB.Net app1 is running on one of the multiprocessors and the VB.NET app2 runs on the other processor.

How can I configure this???