From: Volkan YAZICI <yazicivo@ttnet.net.tr>
Subject: Guile Interpreter as a Standalone Server
Date: Thu, 5 Oct 2006 21:00:35 +0300 [thread overview]
Message-ID: <20061005180035.GA1376@alamut> (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
next reply other threads:[~2006-10-05 18:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-05 18:00 Volkan YAZICI [this message]
2006-10-13 12:30 ` Guile Interpreter as a Standalone Server Ludovic Courtès
2006-10-14 20:27 ` Volkan YAZICI
2006-10-20 20:45 ` Neil Jerram
2006-10-20 21:26 ` Volkan YAZICI
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061005180035.GA1376@alamut \
--to=yazicivo@ttnet.net.tr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).