acassis commented on PR #3739: URL: https://github.com/apache/nuttx-apps/pull/3739#issuecomment-5385920784
> > @xiaoxiang781216 in fact @JorgeGzm already show me result of his kernel mode VNC implementation and the performance was inferior. My initial suggestion was exactly to kernel the existing VNC Server with this implementation here. > > I don't see any technical reason block the kernel side performance. Why not profile the use case to find and fix the root cause directly? so the pure vnc driver could get the benefit too. > > > But I beside the issue he found, I think have a VNC in kernel mode increase the attack surface area without need, since VNC works fine in user mode. Look the results from Mythos analyze that was shared on private mailing list and you will understand my point. > > Also @raiden00pl and @linguini1 always suggest moving things from kernel to userspace when it is possible. > > Even move to user space, the vnc protocol layer should be shared and improve, instead writing a new one. Agree, this is why I suggested merging them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
