Re: Forking or running external process in background

2015-10-24 Thread Moritz Lenz
On 10/24/2015 10:06 AM, Gabor Szabo wrote: > I am trying to test the Perl6::Maven web application by launching the > full application (which is uses Bailador) and then accessing the pages > using LWP::Simple. > > > Unfortunately so far I could not figure out how to launch an external > program

Forking or running external process in background

2015-10-24 Thread Gabor Szabo
I am trying to test the Perl6::Maven web application by launching the full application (which is uses Bailador) and then accessing the pages using LWP::Simple. Unfortunately so far I could not figure out how to launch an external program in the background or how to fork an exec ? I tried

How to profile Perl 6 applications?

2015-10-24 Thread Gabor Szabo
Hi, The Devel::NYTProf helped me a lot locating the source of slowness on the Perl Maven site. Is there something similar for Perl 6 so I can try to improve the speed of the Perl 6 Maven site too? Gabor

Re: How to profile Perl 6 applications?

2015-10-24 Thread Timo Paulssen
On 24/10/15 09:40, Moritz Lenz wrote: Hi Gabor, On 10/24/2015 09:26 AM, Gabor Szabo wrote: The Devel::NYTProf helped me a lot locating the source of slowness on the Perl Maven site. Is there something similar for Perl 6 so I can try to improve the speed of the Perl 6 Maven site too? Rakudo