Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
any libraries for aio?
#1
does python have, or has anyone written any libraries, to support linux aio in python?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
Get a large list here, no personal experience with any of these
Reply
#3
Aside from asyncio?  Or do you mean actually fileio, but asyncronously?  https://pypi.python.org/pypi/aiofiles seems neat, and is 100% so could be an interesting way to learn how to use asyncio.
Reply
#4
i'm not yet sure of what all i will need.  there will be 3 forked child processes with pipes the i need to read asynchronously ... that is i need to read them when the process writes/prints.  i don't know if asynchronous filesystem i/o is needed, yet.  if i need to do filesystem i/o then it will at least need to be interleaved with other i/o so it will need to use calls that allow it.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020