From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dale P. Smith" Newsgroups: gmane.lisp.guile.user Subject: Re: integrating guile in an apache module Date: Tue, 29 Jul 2003 08:19:51 -0400 Organization: Altus Technologies Corporation Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <3F266667.80302@altustech.com> References: <1059475468.1685.25.camel@sith> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1059481769 16852 80.91.224.249 (29 Jul 2003 12:29:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 12:29:29 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 29 14:29:27 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hTbb-0004NY-00 for ; Tue, 29 Jul 2003 14:29:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hTaq-0001oB-6e for guile-user@m.gmane.org; Tue, 29 Jul 2003 08:28:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hTVo-0000gK-IJ for guile-user@gnu.org; Tue, 29 Jul 2003 08:23:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hTUC-0008RL-Ox for guile-user@gnu.org; Tue, 29 Jul 2003 08:21:50 -0400 Original-Received: from mail.actron.com ([207.170.141.97]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hTS3-000812-OJ for guile-user@gnu.org; Tue, 29 Jul 2003 08:19:35 -0400 Original-Received: from altustech.com (pc97 [192.168.0.97]) by mail.actron.com (8.12.5/8.9.3) with ESMTP id h6TF34pb009621; Tue, 29 Jul 2003 11:03:05 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2 X-Accept-Language: en Original-To: gm@navel.gr In-Reply-To: <1059475468.1685.25.camel@sith> X-Enigmail-Version: 0.76.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2115 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2115 George Moschovitis wrote: > Hello everybody! > > I am trying to code an apache2.0 module that uses guile for scripting > dynamic html pages. My problem is that i have to enclose the main loop > of the application in the scm_boot function for the gc to work according > to the manuals. > > When writing an apache module I do not have control over the main loop, > the http server just calls the handler method. Is there a way to > overcome this problem? Has anyone tried something similar (mod_guile > perhaps?) > > Any info will be appreciated! Have a look at http://savannah.nongnu.org/projects/mod-guile -Dale -- Dale P. Smith dsmith at actron dot com _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user