Skip Menu |

This queue is for tickets about the XML-Compile-SOAP-Daemon CPAN distribution.

Report information
The Basics
Id: 75517
Status: resolved
Priority: 0/
Queue: XML-Compile-SOAP-Daemon

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: psgi
Date: Sun, 4 Mar 2012 03:35:29 -0600
To: bugs-xml-compile-soap-daemon [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
It would be nice if this ran using the PSGI spec, might also make for long term less maintenance for you. -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #75517] psgi
Date: Sun, 4 Mar 2012 10:48:05 +0100
To: Caleb Cushing via RT <bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Caleb Cushing via RT (bug-XML-Compile-SOAP-Daemon@rt.cpan.org) [120304 09:35]: Show quoted text
> Sun Mar 04 04:35:36 2012: Request 75517 was acted upon. > Transaction: Ticket created by XENO > Queue: XML-Compile-SOAP-Daemon > Subject: psgi > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: xenoterracide@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75517 > > > It would be nice if this ran using the PSGI spec
Probably not too far away from the CGI implementation. I have no experience with PSGI. If you can do a working (but sloppy) implementation of XML/Compile/SOAP/Daemon/PSGI, I probably will take that. Show quoted text
>, might also make for long term less maintenance for you.
Why should that reduce the maintenance? -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #75517] psgi
Date: Sun, 4 Mar 2012 04:21:41 -0600
To: bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Sun, Mar 4, 2012 at 3:48 AM, Mark Overmeer via RT <bug-XML-Compile-SOAP-Daemon@rt.cpan.org> wrote: Show quoted text
> Why should that reduce the maintenance?
because you could deprecate the CGI, and whatever the 3 other interfaces are, since PSGI/Plack aims to support all web servers. -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #75517] psgi
Date: Sun, 4 Mar 2012 12:29:22 +0100
To: Caleb Cushing via RT <bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Caleb Cushing via RT (bug-XML-Compile-SOAP-Daemon@rt.cpan.org) [120304 10:21]: Show quoted text
> Queue: XML-Compile-SOAP-Daemon > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75517 > > > On Sun, Mar 4, 2012 at 3:48 AM, Mark Overmeer via RT > <bug-XML-Compile-SOAP-Daemon@rt.cpan.org> wrote:
> > Why should that reduce the maintenance?
> > because you could deprecate the CGI, and whatever the 3 other > interfaces are, since PSGI/Plack aims to support all web servers.
Of course not. I cannot (and do not want to) enforce some technology on my users. ::NetServer and ::AnyDaemon run without Apache and even without the concept of CGI. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Hi. I would like to propose an implementation of PSGI backend: https://github.com/dex4er/perl-XML-Compile-SOAP-Daemon/tree/psgi
Subject: Re: [rt.cpan.org #75517] psgi
Date: Sun, 11 Mar 2012 19:50:49 +0100
To: Piotr Roszatycki via RT <bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Piotr Roszatycki via RT (bug-XML-Compile-SOAP-Daemon@rt.cpan.org) [120311 15:01]: Show quoted text
> Queue: XML-Compile-SOAP-Daemon > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75517 > > > Hi. I would like to propose an implementation of PSGI backend: > https://github.com/dex4er/perl-XML-Compile-SOAP-Daemon/tree/psgi
Please send me a diff. The code as released in CPAN is not the development sources... it's not the stuff I would like to see on github. Your extension looks sound, in first view. But a diff makes it easier for me to see what you have changed. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
PSGI support got added in 3.05. Thanks