unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile Interpreter as a Standalone Server
@ 2006-10-05 18:00 Volkan YAZICI
  2006-10-13 12:30 ` Ludovic Courtès
  2006-10-20 20:45 ` Neil Jerram
  0 siblings, 2 replies; 5+ messages in thread
From: Volkan YAZICI @ 2006-10-05 18:00 UTC (permalink / raw)


Hi,

I need such a feature:

  /*
   * If there's an already running guile process in the background,
   * return it, otherwise create a new one and return new process.
   */
  interp = guile_interp(...);

With such a functionality, it'd be possible to

 - Parse & execute faster. (We won't need to create a new process
   everytime.)
 - Cache parse plans.
 - Use global variables that's accessible by any process using the
   same interpreter.

Is such a feature already supported by Guile? Can I achieve above 3
functionalities with using another method?


Regards.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-20 21:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 18:00 Guile Interpreter as a Standalone Server Volkan YAZICI
2006-10-13 12:30 ` Ludovic Courtès
2006-10-14 20:27   ` Volkan YAZICI
2006-10-20 20:45 ` Neil Jerram
2006-10-20 21:26   ` Volkan YAZICI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).