>
> 1. Digest authentication in Mojo::UserAgent;
>

Complex and not worth it (IMO), these days Basic authentication over HTTPS 
is always better.

2. Full asynchronous API for Minon::Backend (fail_job, finish_job, 
> job_info, list_jobs, remove_job, retry_job);
>

Not necessary, Mojolicious applications only call ->enqueue, everything 
else happens in the Minion worker process.
 

> 3. Support UDP in Mojo::IOLoop (may be UNIX sockets too) and asynchronous 
> DNS client;
>

UDP support is something i've considered, but we simply have no need for in 
Mojolicious core. Asynchronous DNS i would love to see, but is simply too 
hard (impossible?) to do right (through the operating system resolver) with 
Perl.
 

> 4. Asynchronous working with files;
>

Impossible to do without IO::AIO, which is out of the question for 
political reasons.
 

> 5. Likeness AnyEvent::Util::fork_call.
>

Already exists as a CPAN 
module. https://metacpan.org/pod/Mojo::IOLoop::ForkCall

--
sebastian

-- 
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/d/optout.

Reply via email to