On Sat, Nov 28, 2009 at 1:19 PM, Mr. Gecko <grmrge...@gmail.com> wrote:
> Ok, I know your idea of a CGI Proxy like PHP CGI

That's not what I said. Did you read the link I gave you?

> On Nov 28, 2009, at 9:32 AM, Sherm Pendley wrote:
>
>> Keep in mind though, that I posted that nearly five years ago, and
>> wrote the code for Apache 1.x. The basic idea of registering a
>> trampoline function that bounces requests to your handler class still
>> works, but you'll need to update the code to the Apache 2.x API.

I'm not talking about a "CGI Proxy" here. Apache's module API doesn't
know how to directly call an Objective-C method. So, you need to write
a C function that "bounces" the call to your method. Such functions
are commonly called "trampoline" functions.

sherm--

-- 
Cocoa programming in Perl:
http://www.camelbones.org
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to