-
## 描述:
在异步server 的 onTask的处理中,如果调用finish来处理task结束,每次会增加48个字节(memory_get_usage() 不带true参数),长时间运行便会内存增长到一个非常大的值。
同样的代码,使用return来处理task结束,不会内存溢出
## 代码:
``` php
diida updated
9 years ago
-
(might be related to issue #91
Create a annotation set (with a column that contains a few blank values)
Click on remove annotation
Get the following error:
java.lang.NullPointerException
at …
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
官方文档上说: task操作的次数必须小于onTask处理速度,如果投递容量超过处理能力,task会塞满缓存区
使用swoole_server_task必须为Server设置onTask和onFinish回调,否则swoole_server->start会失败
task操作的次数必须小于onTask处理速度,如果投递容量超过处理能力,task会塞满缓存区,导致worker进程发生阻塞。worke…
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
我有看到文档中有这个
在onTask回调函数中return字符串,等同于调用finish
那我要直接调用finish可以吗,那个参数是response不是任务id,我就不会做了
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
I found something which may be a bug. All the files are owned by the web server so I don't believe it's a permissions issue (I hope!).
Steps to recreate:
1) Install any theme
2) Try to uninstall it. …
PSiAU updated
9 years ago