请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

关于协程mysql的一段代码问题

***<?php
$http = new swoole_http_server(“10.0.70.24”, 9501);
http−>on(′request′,function(http->on('request', function (http>on(request,function(request, $response) {
echo time();
$swoole_mysql = new SwooleCoroutineMySQL();
$swoole_mysql->connect([
‘host’ => ‘127.0.0.1’,
‘port’ => 3306,
‘user’ => ‘root’,
‘password’ => ‘root’,
‘database’ => ‘ydstest’,
]);
$swoole_mysql2 = new SwooleCoroutineMySQL();
$swoole_mysql2->connect([
‘host’ => ‘127.0.0.1’,
‘port’ => 3306,
‘user’ => ‘root’,
‘password’ => ‘root’,
‘database’ => ‘ydstest’,
]);
$res = $swoole_mysql->query('select sleep(5),id from test_user ',10);
$rs = $swoole_mysql2->query(‘select sleep(10) from test_user where id=1’,15);
$response->header(‘Content-Type’,‘text/plain’);
response−>end(jsonencode(response->end(json_encode(response>end(jsonencode(rs));
echo time();
});
$http->start();
为什么 这段代码执行时间是 15秒 不是预料的10秒呢

正在回答 回答被采纳积分+3

2回答

提问者 慕瓜3628079 2018-09-10 10:49:13

老师您好,我的swoole扩展版本是 swoole 4.1.1的

0 回复 有任何疑惑可以回复我~
singwa 2018-09-09 12:00:48

您好。您的swoole是哪个版本的?

0 回复 有任何疑惑可以回复我~
  • 提问者 慕瓜3628079 #1
    老师您好,我的swoole扩展版本是 swoole 4.1.1的
    回复 有任何疑惑可以回复我~ 2018-09-10 10:49:41
  • 提问者 慕瓜3628079 #2
    老师 能解答一下么?
    回复 有任何疑惑可以回复我~ 2018-09-18 11:47:09
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信