appleboy / appleboy/CodeIgniter-Gearman-Library

$this->lib_gearman->gearman_client(); INSTANCE

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
18
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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 ?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the gearman_client() entry point and trace how repeated calls create or reuse connections to gearmand. Clarify whether each call should return an existing client or establish a separate connection, then document the expected behavior and verify it with a minimal repeated-call example in CodeIgniter.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.