From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: George Moschovitis Newsgroups: gmane.lisp.guile.user Subject: integrating guile in an apache module Date: 29 Jul 2003 13:44:28 +0300 Organization: Navel Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1059475468.1685.25.camel@sith> Reply-To: gm@navel.gr NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1059477283 26636 80.91.224.249 (29 Jul 2003 11:14:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 11:14:43 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 29 13:14:40 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 19hSRE-0006vF-00 for ; Tue, 29 Jul 2003 13:14:40 +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 19hSQk-0002UT-HX for guile-user@m.gmane.org; Tue, 29 Jul 2003 07:14:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hSB4-0006h3-RU for guile-user@gnu.org; Tue, 29 Jul 2003 06:57:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hS6U-0005ri-G7 for guile-user@gnu.org; Tue, 29 Jul 2003 06:53:15 -0400 Original-Received: from mail.vivodinet.gr ([80.76.39.11]) by monty-python.gnu.org with smtp (Exim 4.20) id 19hS0R-0004ZY-HB for guile-user@gnu.org; Tue, 29 Jul 2003 06:46:59 -0400 Original-Received: (qmail 190 invoked from network); 29 Jul 2003 10:45:10 -0000 Original-Received: from unknown (HELO sith.local) (80.76.58.35) by 0 with SMTP; 29 Jul 2003 10:45:10 -0000 Original-To: guile-user@gnu.org X-Mailer: Ximian Evolution 1.4.0 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:2112 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2112 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! regards, George Moschovitis -- Navel _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user