Messages in this thread |  | | | Date | Mon, 23 Nov 2009 11:59:49 +0000 | | From | Alan Cox <> | | Subject | Re: [bisected] pty performance problem |
> > Another possibility is to do > > > > if (tty->low_latency) > > schedule_delayed_work(&tty->buf.work, 0); > > else > > schedule_delayed_work(&tty->buf.work, 1); > > Flaggery for low latency is kind of lame though - especially if it > defaults to off in most drivers as you say.
So you'd prefer to detect devices that are byte based or message based by what method ?
Alan
|  |