unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* mod_lisp for guile
@ 2005-09-15 17:25 Alan Grover
  2005-09-16 18:46 ` Neil Jerram
  0 siblings, 1 reply; 12+ messages in thread
From: Alan Grover @ 2005-09-15 17:25 UTC (permalink / raw)


Inspired by Guillaume  Germain on the comp.lang.scheme group, I wrote a
mod_lisp implementation for Guile. Find it at:
https://sourceforge.net/project/showfiles.php?group_id=141512&package_id=163742

I only implemented the mod_lisp protocol, leaving query-string/POST and
HTML utilities for an external package (for example, TTN's www-guile). I
did give in to weakness and provide an optional ability to create a
thread for each request (did you know that "accept" blocks all threads?
Yum.).

It is minimally tested (it has an internal test daemon).

I'd appreciate some feedback:
* Will you use it?
* Should I remove the thread-creation stuff and stick simply to mod_lisp
protocol?
* Should I provide an interface to integrate with TTN's www-guile?
* How bad is the user-interface?
* What do you think of providing a lazy-list of requests, rather than
the current technique of passing control to a blocking-looping-function?
* Do you want to see a SRFI that provides _just_ the mod_lisp protocol?



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-12-29 10:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-15 17:25 mod_lisp for guile Alan Grover
2005-09-16 18:46 ` Neil Jerram
2005-09-19 14:46   ` Alan Grover
2005-09-19 21:32     ` Neil Jerram
2005-09-20  3:24       ` Alan Grover
2005-09-20  4:44         ` Threads (was: mod_lisp for guile) Tomas Zerolo
2005-09-20 12:12           ` Threads Alan Grover
2005-12-04 10:07         ` mod_lisp for guile Neil Jerram
2005-12-05 17:21           ` Alan Grover
2005-12-15 23:21             ` Neil Jerram
2005-12-16 13:21               ` Alan Grover
2005-12-29 10:18                 ` Neil Jerram

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).