Ticket #149 (new enhancement)
Opened 8 days ago
Non-blocking parsing mode
| Reported by: | kas | Owned by: | ser |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PullParser | Version: | 3.1.6 |
| Severity: | normal | Keywords: | |
| Cc: | kirill@… | Ruby version: | 1.8.5 |
| Operating system: | Linux |
Description
Currently PullParser? block on read from IO if incomplete XML token received. Please, add non-blocking mode which return immediately if token incompleate. Non-blocking mode is necessary for applications(e.g. servers) that manipulate more than one XML streams using poll/select or simmilar technique.
Note: See
TracTickets for help on using
tickets.
