VOGONS


First post, by emendelson

User metadata
Rank Oldbie
Rank
Oldbie

I'm posting this just in case anyone who is working on a DOSBox fork might be interested. It is completely irrelevant to DOSBox's main purposes.

There is a commercial fork of DOSBox called dbDOS (www.dbdos.com) that has included clipboard pasting (with no 16- or 256-character limit) in the past few versions. A new version apparently as a new file system with file-locking that is supposed to make it suitable for multi-user databases. It seems to be impossible to test this without buying a license, because there seems to be a new "mount" syntax that isn't immediately obvious.

The source code is supposed to be posted here, under "dbDOS Open Source Download," but the new version hasn't been posted yet:

http://www.dbase.com/support/updates/#dbDOS

If it doesn't appear in the next few days, it may be worth reminding the developer to do so.

Reply 1 of 1, by JosSchaars

User metadata
Rank Newbie
Rank
Newbie

For dbDOS’s claimed record-locking to function w/o still corrupting databases, the DOSBox core file handling has to be rewritten so file operations are no longer cached.

If you want to safely run a DOS database program in a multi-user setting, you should first have a look at vDos (http://sourceforge.net/projects/vdos/).
It also supports record-locking, tested over years by many, it’s free and the sources can be downloaded.