Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: Second background process is pausing the gui

by tybalt89 (Monsignor)
on Jun 12, 2020 at 20:06 UTC ( [id://11117996]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Second background process is pausing the gui
in thread Second background process is pausing the gui

Best guess so far: you are dumping (hundreds of)? thousands of lines into the text widget. This is what is taking time.

Sort of confirmed, instead of just 'find' try

q( find / 2>/dev/null | perl -pe '$| = 1; select undef, undef, undef, +0.01' )
This feeds in the lines just a little slower :)

Replies are listed 'Best First'.
Re^6: Second background process is pausing the gui
by choroba (Cardinal) on Jun 12, 2020 at 21:53 UTC
    Yes, it helps.
    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117996]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found