[REBOL] Re: Rebol Server Pages: erebol 2
From: m:koopmans2:chello:nl at: 7-Feb-2002 9:31
> [m--koopmans2--chello--nl] wrote:
>
> >>btw: waiting for your new Rugby release to give it a test. I can imagine
one
> >>FastCGIExternal server - fast-cgi listening loop + Rugby client, doing
just
> >>redirections(simple deffered rexecs)/simple-kind-of-load-balancing to
another 3
> >>or 5 instances of Rugby servers, doing the job. More complex query in my
> >>environment lasts 0.5 sec, so it will be interesting, how it scales down
:-)
> >>
> >
> >This will take time. Fixing the leak in 4.3 effectively broke the
marshaling :(
> >
>
> eh, what is "marshaling"? :-)
>
Marshaling is the process of converting whatever type to a string or set of
bytes and back.
This allows you to send an object over the wire, for example.
--Maarten