s3 / php脚本循环(strace)

时间:2010-04-01 00:24:49

标签: php amazon-s3

是否有人使用以下php S3客户端库?

http://undesigned.org.za/2007/10/22/amazon-s3-php-class

这对我来说已经好几天了,只是注意到我现有的脚本现在才结束了。

通过strace运行,我看到类似的东西:

poll([{fd=4, events=POLLOUT}], 1, 1000) = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 0)    = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 1000) = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 0)    = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 1000) = 1 ([{fd=4, revents=POLLHUP}])

看看正在运行的是什么,我发现它甚至没有达到卷曲调用的程度。

有什么想法吗?

谢谢!

0 个答案:

没有答案
相关问题