[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: C Server Pages (CSP) :)



On Fri, May 12, 2000 at 07:03:23AM +0530, Lakshmi Anand K. wrote:
>     Yes. So what are the options? Can we compile them to libs and
>     write a apache module to execute them (I dont know what am talking
>     about)?

That's exactly what php does. Why don't you just use that ? It may be
easier to fill in missing functionality than trying to invent something
on your own.

Don't get me wrong - it's always good to question existing solutions and
let your creative juices free. That's very tempting in the free software
world. But most of the times, the boring option of modifying an existing
solution works better.

	-Arun