Re: sharing a complex sequence
- Posted by useless Jan 06, 2010
- 1120 views
hughbarnard said...
Hi
This is a new-to-euphoria question, so please bear with me. I'd like to have a sequence in memory that several euphoria scripts could write to and read from. I 'could' do this by translating to C and adding some stuff, but is this possible from within the language?
TIA Hugh
Once upon a time, "shared memory" would work. I have not tried it in v4 yet.
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=shared+memory
HTH,
useless