Jay McCarthy

Results 214 comments of Jay McCarthy

Are you referring to how `make-cached-url->servlet` creates a `cache-table` mapping paths to servlet structures and then you can use the `cache-table-clear!` callback to clear the cache and reload them? I...

Okay, I think we should do the change. Maybe we can get confirmation from @mflatt that unreachable custodians don't get shutdown.

Ah, that makes sense! On Mon, Dec 11, 2017 at 2:15 PM, Matthew Flatt wrote: > Custodians are themselves custodian-managed objects, so they don't really > become unreachable and they...

An example I have in mind is when my sprite data files change via my image editor performing a "Save", my game engine notices, reloads, and set bangs some memory...

You are right that it is not documented anywhere. It shows up in the examples: https://github.com/racket/web-server/blob/master/web-server-lib/web-server/default-web-root/htdocs/lang-servlets/wc-comp.rkt and I think I referenced it in a paper. Looking at it now, many...

I don't know what any of those details mean, but if you want to start fiddling. This is the code you want to change: https://github.com/racket/web-server/blob/c787d7e9dcc4896f0e0673e7dbe7bdc66b71b422/web-server-lib/web-server/web-server.rkt#L65-L76 I suspect that you need...

Ya, it does look weird now. How about just inserting some `linebreak`s after the signatures to make sure they are offset enough?