I'm looking for a way to share data from a Samba wins.dat file to another Samba server. Currently Samba is incapable of doing this on it's own so I was thinking about using a FIFO for wins.dat to make the data available to another server via a database.
I was thinking I could have Samba read and write to the FIFO then the FIFO would pass the data to a backend database. Does using a FIFO seem appropriate for this?