Re: gvisor - google user-space kernel in go

2018-09-20 Thread Qixuan Wu
在 2018年9月20日星期四 UTC+8下午4:03:45,Nadav Har'El写道: > > > On Thu, Sep 20, 2018 at 10:06 AM, Pekka Enberg > wrote: > >> >> >> On Thu, Sep 20, 2018 at 9:29 AM, Qixuan Wu > > wrote: >> >>> >>> >>> 在 2018年9月19日星期三 UTC+8下午9:25:15,Pekka Enberg写道: On Wed, Sep 19, 2018 at 4:18 AM, Qixuan

Re: gvisor - google user-space kernel in go

2018-09-20 Thread Pekka Enberg
Hi Nadav, On Thu, Sep 20, 2018 at 11:03 AM, Nadav Har'El wrote: > I think Qixuan may be referring to the fact that OSv today can only run > position-independent executables (shared objects and PIE), and nor > "regular" position-dependent executables, > which causes us in many applications in

Re: gvisor - google user-space kernel in go

2018-09-20 Thread Nadav Har'El
On Thu, Sep 20, 2018 at 10:06 AM, Pekka Enberg wrote: > > > On Thu, Sep 20, 2018 at 9:29 AM, Qixuan Wu wrote: > >> >> >> 在 2018年9月19日星期三 UTC+8下午9:25:15,Pekka Enberg写道: >>> >>> >>> >>> On Wed, Sep 19, 2018 at 4:18 AM, Qixuan Wu wrote: >>> - claim to run unmodified Linux executable

Re: gvisor - google user-space kernel in go

2018-09-20 Thread Pekka Enberg
On Thu, Sep 20, 2018 at 9:29 AM, Qixuan Wu wrote: > > > 在 2018年9月19日星期三 UTC+8下午9:25:15,Pekka Enberg写道: >> >> >> >> On Wed, Sep 19, 2018 at 4:18 AM, Qixuan Wu wrote: >> >>> >>>- claim to run unmodified Linux executable like OSv does >>> >>> gVisor can run the C application without

Re: gvisor - google user-space kernel in go

2018-09-20 Thread Qixuan Wu
在 2018年9月19日星期三 UTC+8下午9:25:15,Pekka Enberg写道: > > > > On Wed, Sep 19, 2018 at 4:18 AM, Qixuan Wu > wrote: > >> >>- claim to run unmodified Linux executable like OSv does >> >> gVisor can run the C application without recompiling, but application >> only can run on OSv with recompiling.

Re: gvisor - google user-space kernel in go

2018-09-19 Thread Pekka Enberg
On Wed, Sep 19, 2018 at 4:18 AM, Qixuan Wu wrote: > >- claim to run unmodified Linux executable like OSv does > > gVisor can run the C application without recompiling, but application only > can run on OSv with recompiling. > OSv is quite capable of running unmodified Linux executables, as

Re: gvisor - google user-space kernel in go

2018-09-18 Thread Qixuan Wu
- claim to run unmodified Linux executable like OSv does gVisor can run the C application without recompiling, but application only can run on OSv with recompiling. 在 2018年7月2日星期一 UTC+8上午2:38:48,Waldek Kozaczuk写道: > > Couple of days ago I attended a presentation by one of the Google >