in reply to Re: how can N client.pl connect to one deamon serving mysql
in thread how can N client.pl connect to one deamon serving mysql
hmm.. problem is - the next stage will be a bidirectional communication, because i need the lastinsertid.
i already switched back from INSERT DELAYED to plain INSERT. like i just posted, it works in a way :-)
if i can handle the local connections in a multithreaded style, a "usual" db_connect should also be possible... i think...