
dbix-class at trout
May 21, 2009, 11:29 PM
Post #5 of 5
(692 views)
Permalink
|
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.uk http://shadowcat.co.uk/blog/matt-s-trout/ _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|