in reply to Shared data space

Lets say we have devices 'a' though 'z'. Then you could simply use a directory of empty files where a file named "a-c" means that "a" is sending its data to "c".

        - tye (but my friends call me "Tye")

Replies are listed 'Best First'.
Re: (tye)Re: Shared data space
by princepawn (Parson) on May 22, 2001 at 00:42 UTC
    That's what Cache::FileCache handles for you. You can retrieve Perl data structures based on a key, which in this case would be something 'a-z' or 'c-a' or whatever.

      No, I said empty files.

              - tye (but my friends call me "Tye")