<br>2009/1/31 Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On 31-Jan-09, at 11:26 AM, Marc Feeley wrote:<br>
<br>
> On 30-Jan-09, at 10:41 PM, lowlycoder wrote:<br>
><br>
>> can i write web apps using jazz scheme? if so, please give me some<br>
>> pointers. thanks!<br>
><br>
> You can also try out the Gambit web-server example in examples/web-<br>
> server and there is also a web server on the Gambit dumping grounds<br>
> which implements cookies and server pages (<a href="http://dynamo.iro.umontreal.ca/%7Egambit/wiki/index.php/Dumping_Grounds#Full_Applications" target="_blank">http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Dumping_Grounds#Full_Applications</a><br>

> ).<br>
><br>
> Marc<br>
<br>
<br>
</div>By the way, to get the dumping grounds web server application working<br>
on recent releases of Gambit you must change the definition of open-<br>
server-socket in server.scm to:<br>
<br>
(define (open-server-socket host port)<br>
   ;; (declare (fixnum port))<br>
   (open-tcp-server<br>
    (list<br>
     eol-encoding: 'cr-lf<br>
     server-address: (or host "localhost") ;; #f is no longer accepted<br>
     port-number: port<br>
     reuse-address: #t)))<br>
<div><div></div><div class="Wj3C7c"><br>
Marc<br>
<br>
_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
</div></div></blockquote></div><br>The evolution of the old dumping grounds web server is the one that you could find at <a href="http://futhark.berlios.de/">http://futhark.berlios.de/</a><br><br>I've replaced the old one in the dumping grounds with a newer version.<br>
it is also avaliable as git repository<br><pre>git clone git://<a href="http://git.berlios.de/futhark">git.berlios.de/futhark</a></pre>francesco bracchi<br>