zceolrj

Results 2 issues of zceolrj

Server publish a query results of mysql database. However, If I want to insert, update or delete some data at the client side.How can I achieve these?

看了您的文章,想请教一个问题。 是事件循环每次都自己去获取执行结束的I/O请求对象加入到队列尾部,还是负责I/O操作的线程在完成I/O操作后,自己将I/O请求对象添加到队列尾部? 如果是前者,那么这是否符合观察者模式?