"Bart Frackiewicz" <[EMAIL PROTECTED]> wrote:
>Hi Ric,
>
>>
>> I use mod_perl/apache/soap::lite to create an internal
>> "application server"
>> so that I can distribute processing load from the public
>> webserver. This
>> also allows me to expose a soap web service to the public if
>> I wish
that too :)
- Original Message -
From: "Bart Frackiewicz" <[EMAIL PROTECTED]>
To: "Richard Clarke" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 4:15 PM
Subject: Re: SOAP and web services
Hi Ric,
>
> I use mod_
Hi Ric,
>
> I use mod_perl/apache/soap::lite to create an internal
> "application server"
> so that I can distribute processing load from the public
> webserver. This
> also allows me to expose a soap web service to the public if
> I wished to
> give them direct access to a method on this app
and SOAP::Lite are testaments to the power and simplicity of
perl+apache..
> > -Original Message-
> > From: Bart Frackiewicz [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 02, 2002 12:34 PM
> > To: [EMAIL PROTECTED]
> > Subject: SOAP and web services
> >
: Bart Frackiewicz [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 02, 2002 12:34 PM
> To: [EMAIL PROTECTED]
> Subject: SOAP and web services
>
>
> Dear List,
>
> i want to create a server in mod_perl/apache, which receives
> request via get/post (plain), process this
Richard Clarke wrote:
> I use mod_perl/apache/soap::lite to create an internal "application server"
> so that I can distribute processing load from the public webserver.
That would be a lot more efficient if you just used vanilla HTTP. Less
wasted overhead. This is the same principal at work w
completely off track :)
- Original Message -
From: "Bart Frackiewicz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 6:34 PM
Subject: SOAP and web services
Dear List,
i want to create a server in mod_perl/apache, which receives reque
>Stable enough? you'll have to ask someone else, but I think it should work well
>enough.
I've been using SOAP::Lite + Apache for a bunch of my newer projects
with moderate load, and so far I've had no problems... ;)
--d
At 19:34 02.05.2002, Bart Frackiewicz wrote:
>Dear List,
>
>i want to create a server in mod_perl/apache, which receives request via
>get/post (plain), process this request (with database access and some
>functions) and answers in xml (with correct header), after planning this
>about a month i
Dear List,
i want to create a server in mod_perl/apache, which receives request via get/post
(plain), process this request (with database access and some functions) and answers in
xml (with correct header), after planning this about a month i realized that this is
called a "web service".
the
10 matches
Mail list logo