Re: Passing Information Between Euphoria Programs

new topic     » goto parent     » topic index » view thread      » older message » newer message

David Jarvis wrote:
> 
> Dear ZNorQ
> 
> A simple way to pass information between 2 Eu programs if speed is 
> not an issue is to use textfiles. And Textfile.e in the archive with 
> its easy to use functions:
> save_text_file(sequence fname,sequence text); and
> load_text_file(sequence fname)
> is just fine for that.
> 
I can think of a few ;
 -temp files using BGET or an EDS database to save the sequence nesting  
 -whatever Display server uses 
 - Win Sockets,
 - Matt's EUCOM (tricky) 
 - Matt's ODBC - create a small MDB table to insert messages, 
         have the recieving app pull and delete from the top
         rows so you have a persistant message queue. 
 - that shared memory lib 
   

 

--"ask about our layaway plan".
--

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu