CodeIgniter-Gearman-Library
CodeIgniter-Gearman-Library copied to clipboard
$this->lib_gearman->gearman_client(); INSTANCE
Hello there,
I couldn't see any instances on your library,
For example, if I write $this->lib_gearman->gearman_client(); 2 times on my code, isn't there 2 connection on gearmand ? I think , there must be an instance, in my opinion, if there is a connection, gearmen_client must return this connection ?