Subject:
|
Re: Java LDraw/LDLite
|
Newsgroups:
|
lugnet.cad.dev, lugnet.cad
|
Date:
|
Sat, 27 Feb 1999 09:19:38 GMT
|
Viewed:
|
58 times
|
| |
| |
On Fri, 26 Feb 1999 23:28:59 GMT, lehman@javanet.com (Todd Lehman)
wrote:
> Not a problem. I'd probably nix the CGI on something like that, though, and
> serve static .dat files for parts. (Apache can to be told to serve static
> .dat files as application/x-ldraw just as easily as CGI scripts can send DAT
> content that way, but CGI scripts incur the additional overhead of starting up
> a command interpreter).
Isn't there something you can do to have just *one* perl interpreter
running, that does all the CGIing, instead of starting up all these
processes?
Jasper "can't imagine at what PID that server is by now" Janssen
|
|
Message has 2 Replies: | | Re: Java LDraw/LDLite
|
| (...) You can use FastCGI ((URL) to have one process (or a fixed group of processes) serving CGI requests so you don't have the overhead of restarting the process (interpreter or otherwise) for each request. I used it for the Lego set database I (...) (26 years ago, 27-Feb-99, to lugnet.cad.dev)
| | | Re: Java LDraw/LDLite
|
| [lugnet.cad removed from Newsgroups header] (...) Yes, it's fairly easy to write an HTTP daemon in Perl. Pre-forking and load balancing and shared memory for optimal usage is a little more difficult. But in either case, it's just a one-liner in the (...) (26 years ago, 27-Feb-99, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: Java LDraw/LDLite
|
| (...) Why not serve both compressed and uncompressed versions? (...) Amen to that! Say, Greg, how's about posting the URL of your Blacktron Galaxy Explorer over in the .build group? Probably a lot of new-timers there who haven't seen it yet. (...) (...) (26 years ago, 26-Feb-99, to lugnet.cad.dev, lugnet.cad)
|
51 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|