zhao vistart

Results 11 comments of zhao vistart

> @vistart bump! Unfortunately, I have almost no time to solve this problem. I try to resolve it before the end of September.

I am sorry that I have exceeded the commitment period. I was unable to type because of a finger scratch in the previous few days. I have submitted the code...

But in line 497 of `yii\gii\generators\model\default\model.php`, it will add slashes to `$string`: ``` php $string = addslashes($string); ``` If I add slashes in line 229 of `yii\gii\generators\model\Generator`, Then, the `attributesLabels()`...

> Do you have time for a pull request? Next I will think carefully about how to solve this problem. It may take a few days.

> > The $ttr variable may not be a number in some cases. > > What cases? There are 10,000+ download jobs for downloading webpages in the queue and there...

> > There are 10,000+ download jobs for downloading webpages in the queue and there are 20 workers work at the same time.. > > > The $ttr variable may...

I personally guess: it is likely that the acquisition of queue messages does not guarantee complete isolation.

I missed a detail: I push all the tasks to the queue first, then open the workers one by one for listening. If an exception occurs, at least two workers...

It is also possible that the performance of the operating environment is too bad, causing the mutex to fail.