use erlang-mysql in my project, it’s a supervisor->work structure and start mysql:start_link() in the work, when the work crashed, the mysql-connections to still keep alive, i add process_flag(trap_exit, true) in mysql:init and mysql_conn:init but it doesn’t working! what shall i do? wenew zhang