asynchronous sockets

Monte Goulding monte at appisle.net
Fri Jun 16 00:39:55 EDT 2017


> On 16 Jun 2017, at 2:22 pm, Tom Glod via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I'm relieved to hear that.... I think I misunderstood Todd's blog... maybe
> his was a purely volume related bottleneck and not the library he was using.

Ah, yes his is a use case that had lots of requests running in parallel and from the looks of things to the same API which libURL doesn’t cope with (would need a redesign to have request IDs rather than using the URL as the ID). I’m not sure if he needed asynchronous put, post or delete but that’s also something libURL doesn’t do. So the sockets are fine it’s just libURL implementation that would need some help to meet Todd’s requirements.

Cheers

Monte


More information about the use-livecode mailing list