No, he'd transfer the data using a network connection on localhost.
Quote: "If it's all done on the one computer the same results could be achieved by generating an XML feed from one program and reading it in another."
Use a custom data transfer format rather than XML, if only to avoid the wasted cycles used for encoding/decoding the XML stream.
@Alien002,
The only problem that I see with your idea is that you'd need media to be loaded in both programs - one copy for the collision checks, and one copy for displaying, putting double the load on your system.
You could mitigate that by using very simplified and untextured media for collision checks, so maybe it wouldn't be too bad.
DBPro itself can't handle double-displays, but with a
recent addition to my plug-ins, it's now possible to get offsets and sizes of secondary displays so that each program can position itself to cover them.