From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.lisp.guile.user Subject: Guile Interpreter as a Standalone Server Date: Thu, 5 Oct 2006 21:00:35 +0300 Message-ID: <20061005180035.GA1376@alamut> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160071413 6444 80.91.229.2 (5 Oct 2006 18:03:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Oct 2006 18:03:33 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Oct 05 20:03:32 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GVXYM-00022Z-DF for guile-user@m.gmane.org; Thu, 05 Oct 2006 20:02:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GVXYL-0006U4-Rk for guile-user@m.gmane.org; Thu, 05 Oct 2006 14:02:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GVXYH-0006TU-2a for guile-user@gnu.org; Thu, 05 Oct 2006 14:02:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GVXYE-0006SR-W2 for guile-user@gnu.org; Thu, 05 Oct 2006 14:02:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GVXYE-0006SC-Ku for guile-user@gnu.org; Thu, 05 Oct 2006 14:02:30 -0400 Original-Received: from [212.175.13.129] (helo=fep03.ttnet.net.tr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GVXev-0004TX-MU for guile-user@gnu.org; Thu, 05 Oct 2006 14:09:26 -0400 Original-Received: from (unknown [192.168.8.103]) by AVGW-I-6.ttnet.net.tr with smtp id 32ce_a7728796_549b_11db_9db4_0011433771ac; Thu, 05 Oct 2006 21:02:29 +0300 Original-Received: from alamut ([85.97.11.108]) by fep03.ttnet.net.tr with ESMTP id <20061005180220.MAMT16486.fep03.ttnet.net.tr@alamut> for ; Thu, 5 Oct 2006 21:02:20 +0300 Original-Received: from (dsl.dynamic859711108.ttnet.net.tr [85.97.11.108]) by AVGW-I-1.ttnet.net.tr with smtp id 30ee_a4b887da_549b_11db_8ebc_001422175f0e; Thu, 05 Oct 2006 21:02:20 +0300 Original-To: guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-NAI-Spam-Rules: 1 Rules triggered BAYES_00=-2.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5574 Archived-At: 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