On Mon, 24 Apr 2017 21:11:25 -0400, Andy Stamp wrote:
> I set up a Linux VM with a FAT32 partition for the server and was
> playing with version 0.8.1 on my 486 and it was working great. Loaded
> Lotus 123 right off the network (and faster than I expected).

I'm glad it works for you!

> My question is: Does the server/protocol support multiple simultaneous
> connections?

Absolutely, yes.

> If so, should I try to avoid accessing the same files from both clients?

Definitely. While operating multiple clients simultaneously on one server 
is no problem at all, writing to the *same* file at the same time from 
two different clients is almost guaranteed to wreck things up. 
Simultaneous reads, of course, are no trouble.

Mateusz



> On Wed, Apr 19, 2017 at 5:06 AM, Mateusz Viste <mate...@nospam.viste.fr>
> wrote:
> 
>> Hello group,
>>
>> Not that long ago I announced here a new software I have created, named
>> EtherDFS. EtherDFS is an 'installable filesystem' TSR for DOS. It maps
>> a drive from a remote computer (typically Linux-based) to a local drive
>> letter, using raw ethernet frames to communicate.
>>
>> Last weekend I released a new version of EtherDFS, the version 0.8.1.
>> If you're using EtherDFS, then upgrading to this latest version is
>> highly recommended, as it significantly improves the protocol's
>> reliability (especially important with buggy NICs that sometime send
>> more data than actually requested by the application - observed at
>> least on Xircom PE3 dongles, but might happen on other hardware as
>> well).
>>
>> Changelog since v0.6:
>>
>> [version 0.8.1]
>>  - EtherDFS frames are validated by a cksum (can be disabled with /n),
>>  - EDF5 frames announce their length to avoid troubles with Ethernet
>> padding,
>>  - arguments can be passed in any order,
>>  - /q and /u can be used together.
>>
>> [version 0.8]
>>  - improved self-detection to avoid loading EtherDFS twice,
>>  - added unloading support (/u),
>>  - fixed a FindFirst regression (fixes usage under 4DOS),
>>  - fixed SETATTR action when using a non-FreeDOS attrib command,
>>  - implemented the 'Seek From End' call,
>>  - minor memory optimizations,
>>  - makes sure the redirector API is available before installing,
>>  - support for multiple drive mappings.
>>
>> [version 0.7]
>>  - MS-DOS compat: flagging newly mapped drive so MS-DOS doesn't ignore
>>  it,
>>  - fixed FindNext behavior so it's compatible with ATTRIB from MS-DOS,
>>  - implemented the "Special Open" call (used by COPY in MSDOS 5.0 and
>> 6.x),
>>  - increased timeout retries from 3 to 5 (more reliable on lossy
>> networks),
>>  - fixed parsing of the MAC address provided on command-line,
>>  - minor speed optimizations.
>>
>> Project's website: http://etherdfs.sourceforge.net
>>
>> Mateusz
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Freedos-user mailing list Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>>



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to