<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>[erlang-questions] driver monitor problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi all,<BR>
<BR>
i’ve the following problem regarding driver monitors and some hints would be very helpful …<BR>
<BR>
<BR>
I’ve written a linked in driver in C and want to use the “process_exit” callback handler<BR>
to inform the driver if the connected process exited.<BR>
<BR>
<BR>
Therefore I installed a driver monitor with<BR>
<BR>
   if(driver_monitor_process(port,driver_connected(port),&monitor))<BR>
<BR>
      erl_err_msg("no monitor callback function or process alive\r\n");<BR>
<BR>
<BR>
The problem is now that if I exit the connected process the<BR>
callback function “process_exit” doesn't get triggered …<BR>
<BR>
<BR>
Have I missed something or did I catch it wrong ???<BR>
<BR>
Best regards,<BR>
<BR>
Chris<BR>
</FONT>
</P>

</BODY>
</HTML>