[Mono-bugs] [Bug 659002] FileStream shouldn't use thread pool for async I/O

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 13 16:37:40 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=659002

https://bugzilla.novell.com/show_bug.cgi?id=659002#c1


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gonzalo at novell.com
         Resolution|                            |WONTFIX

--- Comment #1 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-12-13 21:37:39 UTC ---
That was dead code because it was based on aio_read/aio_write methods that are
no longer in use in the runtime (the glib implementation of aio_read/write uses
its own threadpool...). Without those, the only alternative is to read using a
separate thread (epoll/poll/select don't work for files).

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list