Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Perl/Tk App and Interprocess Communication

by didier (Vicar)
on Jun 30, 2005 at 06:48 UTC ( [id://471238]=note: print w/replies, xml ) Need Help??


in reply to Perl/Tk App and Interprocess Communication


You should use the memmap module for win32.
This allows you to share something via Ram memory between several process.
Used in conjunction of Tie::Win32MemMap and an the building Tk's timer you can share a hash between any process.

That's the most efficient way to share something under Tk.
You can find that module here: http://www.lehigh.edu/~sol0/ptk/ptk.html

Have fun ;)

  • Comment on Re: Perl/Tk App and Interprocess Communication

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found