Re: Apache Module
Re: Apache Module
- Subject: Re: Apache Module
- From: Alexander Hartner <email@hidden>
- Date: Sat, 28 Nov 2009 00:55:51 +0000
http://httpd.apache.org/docs/1.3/howto/cgi.html
This tutorials covers creating dynamic content in c. Can't be all that
different fir objective c.
Sent from my iPhone
On 28 Nov 2009, at 00:50, "Mr. Gecko" <email@hidden> wrote:
As I said, I couldn't find any other way to do this advanced stuff
which I have in mind, like I have an idea of a notification system
that will use NSSpeechSynthesizer on my server.
On Nov 27, 2009, at 6:46 PM, Alexander Hartner wrote:
Why not use standard plain old cgi to do that?
Sent from my iPhone
On 28 Nov 2009, at 00:30, "Mr. Gecko" <email@hidden> wrote:
Well I'm wanting to be able to write image generators and other
things that is near impossible to do in php or any other web
scripting language, also running compiled source is faster then a
script. My idea is to write a module so I can just use a SDK that
I will write to make different things in Objective-C. For now I
have a custom server in cocoa that when you visit it, it returns a
image based on parameters and this module would really make my
life easier.
On Nov 27, 2009, at 6:11 PM, Alexander Hartner wrote:
Hi there,
Why would you want such a thing. Objective C compiles to a binary
which you could integrate with apache using common cgi. However
these days there are much more mature frameworks available geared
for the delivery of HTML and other web content.
Maybe I don't understand what you after but to get apache to call
a binary to produce HTML does not require a new module.
Have fun
Alex
Sent from my iPhone
On 27 Nov 2009, at 23:45, "Mr. Gecko" <email@hidden> wrote:
Hello, I'm working to write an Apache Module that allows you to
make websites in Objective-C (Foundation/Cocoa) and I need to
know how I should setup my xcode project. I got the basic idea,
make a custom target that builds a .so file that has apache
libraries but is that it? I'm going to try and rewrite the
mod_example to a Foundation version and if I get it working I
will post the source code for everyone for more powerful apache
modules.
Thanks for help and tips,
Mr. Gecko_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the
list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden