unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Updating GNU Serveez for Guile 2.0
@ 2011-01-23  5:35 Mike Gran
  2011-01-23 21:46 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Gran @ 2011-01-23  5:35 UTC (permalink / raw)
  To: Guile User; +Cc: help-serveez@gnu.org, Guile Sources

Hi-

With some trepidation, I've decided to announce a beta release of a
project I've been working on, which, for now, I'm calling
serveez-mg.  (Release early, release often, right?)

serveez-mg is a framework for writing servers in Guile.  It
implements a server framework where you only have to write callback
functions that respond to server requests.  It takes care of 
the main server poll loop and low-level socket connection functions.

serveez-mg takes the form of a compiled executable than can run as
a daemon.  It uses Guile as an extension language to describe servers.

The guts of serveez-mg come from the GNU serveez software, which is
a much grander project that attempts to demonstrate how to write
server software in many different platforms and protocols, including
W32.  So, I've stripped GNU serveez just to its Guile and GNU/Linux
parts, and thenupdated them to work with Guile 2.0.

There's a download server and git repo you can browse at

  https://github.com/spk121/serveez-mg

And some documentation you can read at

  https://github.com/spk121/serveez-mg/raw/master/doc/serveez-mg.txt

The original GNU Serveez project (which should work with Guile 1.4) 
can be found at

  http://www.gnu.org/software/serveez

Thanks,

Mike Gran




^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Updating GNU Serveez for Guile 2.0
@ 2011-01-24 14:28 Mike Gran
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gran @ 2011-01-24 14:28 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: Guile User

> From:Thien-Thi Nguyen <ttn@gnuvola.org>

> 
>    So perhaps parts of the Serveez spirit could conquer Guile core?  :-)
>    Thoughts?

I've been playing in own sandbox for a while.  I've lost touch with what
guile-core and guile-www provide.  But, I agree that some of those POSIX-style
APIs are klunky.

(I hesitated at announcing the project because I felt bad about not instead
focusing my effort on using (web ...) and guile-www.  But it did come out
rather nice, I think.)

> I don't think this is a good idea, for the same reason i don't think 
> (web ...)
> modules are a good idea; it centralizes non-language implementation stuff into
> the language implementation.

I weakly agree with this statement.  But I think that if a language doesn't have 
a LAMP-like stack, it is missing an opportunity to be useful.  So I somewhat
agree web stuff doesn't need to be *in* the language but it certainly needs to
be *nearby* the language (whatever that means). 

OTOH, pure scheme scripts don't take up a lot of space.

> Moreover, Guile is LGPL while the stuff outside is GPL, which is a stronger
> protection for the user.  Every time GPL is relaxed to LGPL, i consider that
> to be a step backward.

This is a valid point.  Serveez is GPL 2+.

Thanks,

Mike




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

end of thread, other threads:[~2011-01-26 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-23  5:35 Updating GNU Serveez for Guile 2.0 Mike Gran
2011-01-23 21:46 ` Ludovic Courtès
2011-01-24  7:19   ` Thien-Thi Nguyen
2011-01-24 15:13     ` Ludovic Courtès
2011-01-25 21:40       ` Thien-Thi Nguyen
2011-01-26 17:02         ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2011-01-24 14:28 Mike Gran

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