pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.
http://www.phkimpel.us/B5500/
MIT License
77 stars 7 forks source link

Run multiple instances of emulator with shared disk #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From Tim Sirianni:
1)  I would love to be able to run multiple instances of the emulator, with the 
possibility of running shared disk among them.  I believe indexedDB is capable 
of shared access, isn't it?   Even if shared disk isn't possible it would be 
fun to run multiple emulators, which I guess means being able to set the name 
of the disk subsystem IDB to open, so this might be an easy change to make 
while you're in the code.  Yes, this is a way to get around the just-one-thread 
javascript execution model.  Two one-processor emulated system should run twice 
as fast a two-processor one on a two-core real system.

Original issue reported on code.google.com by paul.kimpel@digm.com on 20 Jul 2014 at 2:38