$ env MOJO_LISTEN=http://*:8080?reuse=1 mojo daemon
Your vendor has not defined Socket macro SO_REUSEPORT, used at
/home/s/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/IO/Socket/IP.pm
line 472

What is the purpose of reuse=1 and how are you supposed to use it?  I've
read that it will "Allow multiple servers to use the same port with the
SO_REUSEPORT socket option".  To me that means being able to run:

$ env MOJO_LISTEN=http://*:8080?reuse=1 mojo daemon

On two terminals on the same machine and both separate processes would
listed on 8080.  What would happen when a client would connect to 8080?

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to