In PHP (v5), is there a way to make multiple requests over an open curl connection?
I see that my big obstacle is my timeout / tide of connection (I'm requesting a lot of small data which quickly ends up), so I'm able to do something open
init curl connection,
set url / params, request, get result url / params, request, get results
Close curl
I just do not know that this is possible at all.
Probably the tasks you are looking for
Comments
Post a Comment