在webman 里面使用curl 会不会出现阻塞的情况,如果出现阻塞的情况换guzzle 是否可以解决?
webman默认http服务所有操作都是阻塞的,包括curl,使用guzzle和使用curl没区别。 如果你需要非阻塞,需要用webman自定义进程去做,配合workeman/http-client,用法就和workerman一样了。
webman默认http服务所有操作都是阻塞的,包括curl,使用guzzle和使用curl没区别。
如果你需要非阻塞,需要用webman自定义进程去做,配合workeman/http-client,用法就和workerman一样了。