- ZooZv1.0-RC1
ZooZ is a GUI builder, written in pure Perl/Tk. I justuploaded to my CPAN dir what I consider to be thefirst release candidate for v1.0. It is still makingits way through the internet, but should end up at:http://search.cpan.org/~aqumsieh(Note: There already exists v0.9a on CPAN. Pleasedisregard...
- ZooZ-1.0RC2
ZooZ is a Perl/Tk GUI builder written in pure Perl/Tk.I just uploaded v1.0RC2 of ZooZ to my CPAN directory.It should show up on your local mirror in a few hours:http://search.cpan.org/~aqumsiehNote that I changed the package name from ZooZvXXX toZooZ-XXX. The reason is that CPAN thought the pack...
- Zooming in Canvas
Xref: kermit comp.lang.perl.tk:30122Hi,I have been working on a application using Canvas. I have had a lot ofproblemwith two issues.1- Zooming around a point: when I zoom in & out and if do this repeatedlythe applicationwill generate error after a while.2- I want to zoom by selecting a region an...
- Zombie Trouble Shooting
I have a perl script that becomes a zombie.It runs fine for days or ws checking for new data every 60 seconds.But after a long period of time running on Red Hat 9, Fedora Core 4,and now Fedora Core 5 it remains in memory as an active process andmaintains its network tcp/ip connections but stops...
- Zombie problem when creating a listening Socket
HiI have written a code for Listening socket(Server) that serve multipleclients request.The Socket(Server) accept the data from clients and sendback them the same data for validation.But,I am facing a problem while running the following code .The codecreating a Zombie for each client request.---...
- Zombie handles when trapped by a signal
I have slammed into a wall in my quest for reliable failover and highavailability in DBI. I don't know if this discussion should be indbi-users or dbi-dev, but here goes:High availability necessitates a good timeout handling system. Ifexecution of an sql statement or stored procedure takes...