Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Perl tk gui hangs when large data thrown to it

by ghosh123 (Monk)
on Oct 15, 2013 at 08:28 UTC ( [id://1058264]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    $gui = Gui->new ;
    ...
    #forks a client process
    system("perl client.pl");
    
  2. or download this
    sub new {
        my $class = shift;
    ...
    
    # dumps the data sent to the gui after every 10ms in a file #which sto
    +res it in a hash structure where hash keys are #timestamps
    }
    
  3. or download this
    
    $cl = ClinetModule->new();
    $cl->startClient()
    
  4. or download this
    
    sub new {
    ...
    
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-16 18:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found