<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Jay,<br>
<br>
On 9/25/2014 1:04 PM, Jay McCarthy wrote:<br>
</div>
<blockquote
cite="mid:CAJYbDa=-DuRMVy7JnCt32Y8waG2+qkHZQw5cVDL4L_d6zth45w@mail.gmail.com"
type="cite">
<pre wrap=""><font color="#006600">> If a Racket library is deliberately put into the servlet-namespace, does
> that streamline linking?
Your assumption about the purpose of this is not correct. Anything in
the servlet-namespace will be shared between all servlets, and thus
not loaded per-servlet.</font></pre>
</blockquote>
<br>
I think you misunderstood my question, but you may have answered it
anyway.<br>
<br>
What I really was asking was whether each custodian was having to
individually load common Racket libraries [ web-server/*, net/*,
etc. ] for a new servlet rather than all servlet custodians sharing
libraries that are already loaded. Or, if not actually "loading"
the libraries, then having to go to disk to check dependencies.<br>
<br>
So if I create a shared servlet namespace and put, e.g.,
"web-server/servlet" into it, would that in any way speed up
starting a new dynamically loaded servlet?<br>
<br>
George<br>
<br>
</body>
</html>