You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is not that complicated, although implementation probably will be: use a directory full of document caches to start up a bunch of clients in parallel, each one serving for a different URL. The document cache files are named with the base64 encoding of the URL.
The idea is that this easily allows a user to host a tree of DJDNS pages, cache them to disk, etc. This could be very useful for regression-testing multipage support.
The text was updated successfully, but these errors were encountered:
The idea is not that complicated, although implementation probably will be: use a directory full of document caches to start up a bunch of clients in parallel, each one serving for a different URL. The document cache files are named with the base64 encoding of the URL.
The idea is that this easily allows a user to host a tree of DJDNS pages, cache them to disk, etc. This could be very useful for regression-testing multipage support.
The text was updated successfully, but these errors were encountered: