Re: [Catalyst] Catalyst IPv6 support?

2009-05-21 Thread Matt S Trout
On Sun, May 17, 2009 at 09:02:11AM +0200, Matija Grabnar wrote:
> chiel wrote:
> >Hello,
> >
> >I was wondering if Catalyst supports IPv6? I search the archive/google 
> >but couldn't find anything useful. If it's not support, is it planed?
> I've just gotten IPv6 connectivity on my home lan, so I did some testing.
> There is good news and bad.
> 
> Bad news: myapp_server only listens on the IPv4 socket, and the very 
> simple modifications I tried
> did not change the situation. It looks like a myapp_server that opened 
> on dual IPv4/IPv6 stack would take some work. (At least several hours by 
> someone who knows the guts of myapp_server).

is there any reason we can't get myapp_server back to using
HTTP::Server::Simple and just outsource the problem?

The code's diverged a bit from when it was forked but I don't really see
it being that horrible a job ...

-- 
Matt S Trout Catalyst and DBIx::Class consultancy with a clue
 Technical Director  and a commit bit: http://shadowcat.co.uk/catalyst/
 Shadowcat Systems Limited
  mst (@) shadowcat.co.ukhttp://shadowcat.co.uk/blog/matt-s-trout/

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst IPv6 support?

2009-05-18 Thread Matija Grabnar

Tomas Doran wrote:
Cool. Any chance you could write this up on the wiki as it's a 
frequently (or, at least, more than once) asked question? :)

Done. I hope the faq answer is clear enough.

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst IPv6 support?

2009-05-18 Thread Tomas Doran

Matija Grabnar wrote:
Good news: A catalyst application loaded into an IPv6 configured apache 
works on IPv6 or on dual IPv4/IPv6 stack completely transparently and 
without any problems.


Cool. Any chance you could write this up on the wiki as it's a 
frequently (or, at least, more than once) asked question? :)


Cheers
t0m

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst IPv6 support?

2009-05-17 Thread Matija Grabnar

chiel wrote:

Hello,

I was wondering if Catalyst supports IPv6? I search the archive/google 
but couldn't find anything useful. If it's not support, is it planed?

I've just gotten IPv6 connectivity on my home lan, so I did some testing.
There is good news and bad.

Bad news: myapp_server only listens on the IPv4 socket, and the very 
simple modifications I tried
did not change the situation. It looks like a myapp_server that opened 
on dual IPv4/IPv6 stack would take some work. (At least several hours by 
someone who knows the guts of myapp_server).


Good news: A catalyst application loaded into an IPv6 configured apache 
works on IPv6 or on dual IPv4/IPv6 stack completely transparently and 
without any problems.


Hope this helps...

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] Catalyst IPv6 support?

2009-04-28 Thread chiel

Hello,

I was wondering if Catalyst supports IPv6? I search the archive/google 
but couldn't find anything useful. If it's not support, is it planed?


chiel

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/