Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Site suggestions, requests, and problems thread

Name: Admin 2013-09-02 17:29

Let's keep this all in one thread.

Also, please refrain from posting too many threads like this https://dis.4chan.org/read/prog/1378149103/1-40 on world4ch.

Report problems, make suggestions, request features here.

If I set up a fossil repository when I switch server, is that fine?

Name: Anonymous 2013-09-02 21:48

>>17
Well, the point is not compiling it to native code. You can compile Scheme code into a pretty efficient representation for most purposes. The point is that if you don't write integrate a sort of FastCGI daemon into the interpreter (as some sort of extension), then every time that the page loads the interpreter needs to start, load the environment, load the script, set up the connections, etc, etc. And there's no possibility of caching anything if it's starting up from zero every time.

That's the real issue, and that's why I wrote my own interpreter and am writing my own FastCGI daemon for this. It would basically just do what php-fastcgi and perl-fastcgi do, it runs as a daemon on a port and nginx feeds it the script to run along with the HTTP parameters passed, and the daemon fetches the script from the disk / cache, evals it, and returns the body to nginx which then relays it to the client. Much better overall.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List