nevill / zongji

A mysql binlog listener running on Node.js.
Other
375 stars 118 forks source link

Connecting to mysql need be async-ed too #2

Open soplwang opened 10 years ago

soplwang commented 10 years ago

Sometimes mysql connecting may very slow, and if use blocked mysql_read_connect() direct, node's execute will be blocked...

soplwang commented 10 years ago

Low priority issue.