Re: embedding web server in cocoa app
Re: embedding web server in cocoa app
- Subject: Re: embedding web server in cocoa app
- From: "Frank D. Engel, Jr." <email@hidden>
- Date: Mon, 16 May 2005 10:13:27 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
i'm really surprised that there is no streamlined framework
providing web services, server side, in cocoa.
Well, you could always just fork off an httpd instance since that is
present on all OS X systems.
Which doesn't do you that much good if you're serving dynamic
content... You could have it run CGIs that talk to the host process
with DO or something, but that's pretty crazy.
Helps to define me, I guess... I did almost exactly that once with a
Java-based "host process" and CGIs written originally in Pascal, then
translated to C (in both cases making socket connections to the host
process), with some wrappers written as shell scripts...
All of this connecting to an Oracle server (via JDBC).
The CGIs ran through Apache (httpd), and ran on a Linux server.
So this *is* possible...
- -----------------------------------------------------------
Frank D. Engel, Jr. <email@hidden>
$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten
Son, that whosoever believeth in him should not perish, but have
everlasting life.
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFCiKqI7aqtWrR9cZoRAjnMAJ9/0zHF6zpa9vR7lfQp8ViA5KAwYQCfZf8S
YHfj8EWaxM8TAVEg3GRRMGg=
=Fiml
-----END PGP SIGNATURE-----
___________________________________________________________
$0 Web Hosting with up to 200MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden