Questions tagged [evented-io]

17 questions
0
votes
1 answer

How to test hypothesis that gevent's socket is causing timeouts?

I have complex python program that uses gevent. I've been having this horrible issue where its timing out on a socket read for several minutes. I retry multiple times during these episodes and only after several minutes does it succeed. I'm very…
guidoism
  • 7,820
  • 8
  • 41
  • 59
0
votes
1 answer

Async IO with HttpResponse Asp.Net pre-4.5

In particular, I'm after a similar capacity to Response.BeginFlush being introduced in Asp.NET 4.5 which uses I/O Completion Ports. I fear that this may not be possible because pre .NET 4 simply doesn't seem to expose enough to implement async IO…
Nadir Muzaffar
  • 4,772
  • 2
  • 32
  • 48
1
2