Hi All,


Somebody helps here

It's daemon thread launch issue the problem I noticed here is it taking a
long time to complete

daemon.setDaemon(true);
daemon.start();

line number 2 has the issue



On Fri, 5 Jan 2024, 13:42 Mark Thomas, <ma...@apache.org> wrote:

> On 05/01/2024 05:15, koteswara Rao Gundapaneni wrote:
> > It seems there are further permissions to be  added at Github
> >
> > *Error received via Github is as : **Pull request creation failed.
> > Validation failed: must be a collaborator*
>
> Anyone can submit a pull request to the Tomcat repository. The only
> exception is users who have been blocked for spam/abuse.
>
> > Actually i tried creating the pull request for providing the solution for
> > daemon thread performance issue
>
> Please provide a link to your branch with the proposed fix.
>
> Please also provide a better description of the problem you are trying
> to solve.
>
> Mark
>
> > daemonthread background processing of the thread activity, and  it's
> taking
> > significant amount of time during the tomcat launch.
> >
> > Simple hint over the next step of the solution is just like
> >
> > yield() provides the greater performance to the daemon thread startup.
> >
> >
> > Regards,
> > Koti
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to