我们有一堆cli cron风格的脚本是用php编写的。
其中一些服务使用ftp将数据发送到远程位置。
设置东西的方式,经常发生的事情是:
a) Script start
b) Connect to ftp @ remote location
c) Send data
d) Close ftp connection
e) Terminate script
f) Return to A, repeat, within a short amount of time and send to the same target, but different data.
问题是,由于步骤b,它首先必须连接到f