Re: performance modifications
From: Erich Dollansky (oceanare_at_pacific.net.sg)
Date: 03/14/05
- Previous message: Claus Guttesen: "postgresql, max_fsm_pages on FreeBSD 5.3"
- In reply to: ray_at_redshift.com: "Re: performance modifications"
- Next in thread: Joseph Koshy: "Re: performance modifications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 14 Mar 2005 17:13:24 +0800 To: ray@redshift.com
Hi Ray,
ray@redshift.com wrote:
> Hi Erich,
>
> I wrote a small test program in C that just printed a single <html>test</html>
> line and it was very slow when called as a cgi via apache. Much slower than
> PHP. Is there something that needs to be done in order for Apache to run C
> without having to shell out to the OS (?) or something.
>
I think you got already the answer to your question.
If C would be helpful, writing an Apache module could be a solution. You
module could then be linked with Apache. I would use this only as the
last resort.
When we use C with Apache we do not use any other scripting language.
This allows us to remove things which make Apache big.
Erich
_______________________________________________
freebsd-performance@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
- Previous message: Claus Guttesen: "postgresql, max_fsm_pages on FreeBSD 5.3"
- In reply to: ray_at_redshift.com: "Re: performance modifications"
- Next in thread: Joseph Koshy: "Re: performance modifications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|