web server doc ==> Re: [plt-scheme] PLT Scheme v371

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Aug 20 12:51:01 EDT 2007

It is actually quite straight-forward. Just change your module
language, use send/suspend/url rather than send/suspend and it should
`just work'. However, make sure you read the caveats. Your values
should be serializable, unless you want to have a runtime check that
they are no being included in the continuation and you should not
capture continuations in contexts installed by other modules.

Jay

On 8/19/07, YC <yinso.chen at gmail.com> wrote:
> The changes appear to be quite impressive!  I especially like the concept on
> the serializable continuation, although not sure how to utilize it yet as I
> have been developing toward the older version.  I'm sure I would have lots
> of questions in the foreseeable future ;)
>
> Thanks ;)
> yc
>
>
> On 8/19/07, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> > The new documentation is Scribble documentation, and is in the SVN. A
> > copy is at this URL:
> >
> >
> http://jay.teammccarthy.org/tmp/web-server-reference/
> >
> > Jay
> >
> > On 8/18/07, YC <yinso.chen at gmail.com> wrote:
> > > Hi -
> > >
> > > thanks for the great work!!  Seems like the performance is steadily
> > > increasing!!
> > >
> > > It seems that collects\web-server\configuration.ss has
> > > disappeared in 371.  I use it to figure out the configuration values of
> the
> > > web-server.  Where can I find its replacement?
> > >
> > > Also - is there a link that describes the detailed changes?
> > >
> > > Thanks!
> > > yinso
> > >
> > > On 8/18/07, Eli Barzilay < eli at barzilay.org> wrote:
> > > > PLT Scheme version 371 is now available from
> > > >
> > > >    http://download.plt-scheme.org/
> > > >
> > > > This is mostly a bug-fix release.
> > > >
> > > > Changes:
> > > >
> > > > * The debugger now works across multiple files and supports "step
> > > >    over" and "step out" operations.
> > > >
> > > > * HtDP teachpacks: the world.ss teachpack now exports two add-line
> > > >    functions: one from image.ss and one for adding lines to scenes.
> > > >
> > > > * ProfessorJ now includes a language level between Intermediate and
> > > >    Advanced, Intermediate + access, that includes all of Intermediate
> > > >    and introduces access modifiers and overloading.  The language
> > > >    manuals contain the complete details.
> > > >
> > > > Feedback Welcome,
> > > > --
> > > >           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli
> Barzilay:
> > > >                   http://www.barzilay.org/                  Maze is
> Life!
> > > > _________________________________________________
> > > >   For list-related administrative tasks:
> > > >
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> > >
> > > >
> > >
> > >
> > > _________________________________________________
> > >   For list-related administrative tasks:
> > >
> > >
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> > >
> > >
> >
> >
> > --
> > Jay McCarthy < jay.mccarthy at gmail.com>
> > http://jay.teammccarthy.org
> >
>
>


-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.