-- Mark Riehl <[EMAIL PROTECTED]> on 12/20/01 16:53:18 -0500

> All - I'm under Win2k with ActiveState binary 629, DBD-MySQL 1.22, and DBI
> 1.14.  I can catch signals w/o a problem before I connect to the database.
> However after I connect and immediately disconnect, I can't catch signals
> anymore.
> 
> I know that signals aren't 100% supported under Windows.  However, I'm not
> trying to do anything too difficult, just catch a CTRL-C from the keyboard.
> I'm just wondering why it works fine if my connect/disconnect statements are
> commented out.
> 
> Anyone have any ideas?

DBI on W32 may have add'l code in it to disable at least
some signals. You can eyeball the perly portion, look for
"SIG{" and see what gets assigned.

--
Steven Lembark                              2930 W. Palmer
Workhorse Computing                      Chicago, IL 60647
                                           +1 800 762 1582

Reply via email to