-
For BSD and OSX
-
When running application built with graalvm native-image, start fails due to java.lang.NoSuchFieldException: producerIndex
I have made some settings in the `META-INF/native-image`, including file…
elgca updated
1 month ago
-
Per a side-conversation with @trws:
> 1. We use epoll. So either we need to have conditional compilation between using kqueue and epoll or use kqueue unconditionally and use libkqueue to get it on …
-
kqueue class 작성
cseom updated
3 years ago
-
-
While debugging https://github.com/mopidy/mopidy/issues/445 we found that the likely cause for the pegged CPU was the use of select on osx (which I've been told is problematic, don't have any Macs mys…
-
Now possible in Netty : https://github.com/netty/netty/pull/11423
vietj updated
2 weeks ago
-
#### I/O Multiplexing
* I/O 블럭킹을 해결하는 방법(시스템 호출) 중 하나이다.
* 프로그램에서 여러 fd를 모니터링해서 어떤 종류의 I/O 이벤트가 일어났는지 검사하고 각각의 **fd가 Ready 상태가 되었는지 인지**하는게 주요목적.
* 구현하는 방법
select, poll, epoll, kqueue
-
|[](https://github.com/oberstet)| @oberstet reported|
|-|-|
|Trac ID|trac#6852|
|Type|enhancement|
|Created|2013-11-24 11:16:30Z|
I have been trying to find out more about the last 2 remaining kqueue…
-
edit a .txt file you'll see what i mean. weird order of events. not sure how to fix this one yet
i have lastModTime, maybe use that and delay trigger callbacks for a second and order them by lastModT…