Windows Subsystem for Linux Architectural Overview
21–30 of 43 posts
Re: Windows Subsystem for Linux Architectural Overview
#22So `fork` is still expensive?
Re: Windows Subsystem for Linux Architectural Overview
#23I cannot stop thinking that soon they will announce a native implementation of Docker on top of all that.
Re: Windows Subsystem for Linux Architectural Overview
#24I cannot stop thinking that soon they will announce a native implementation of Docker on top of all that.
Re: Windows Subsystem for Linux Architectural Overview
#25> The primary role of SUA was to encourage applications to get ported to Windows without significant rewrites. Is this a supported use of the Linux subsystem? Running native Linux apps directly is great if it works but there are going to be cases where the app would 99% work except for that one thing Linux has and the Linux subsystem doesn't. Maybe Microsoft doesn't provide a tun/tap driver so you need to use TAP-Win…
Microsoft are insane about providing compatibility when it suits them. It will work - if they see a business case for it.
Edit: giving it more thought, a Mozilla engineer recently demo'd an immediate mode rendering engine that him and one other dev wrote in 9 months, with feature parity of modern browsers. So either way - big engineering effort or a couple '10x developers' - pretty impressive .
Re: Windows Subsystem for Linux Architectural Overview
#26So, its kind of LINE for Windows like WINE for Linux.
Re: Windows Subsystem for Linux Architectural Overview
#27So `fork` is still expensive?
Re: Windows Subsystem for Linux Architectural Overview
#28So `fork` is still expensive?
Does the fork performance really matter these days anymore? I mean comparing from one side to the speed of loading the app itself, fork is usually super cheap; on the other comparing to per-process async event handling, it's so slow pretty much nobody uses it this way for network apps anymore. What's the use case for a fast fork today?
[1]: http://hyper-db.de
Re: Windows Subsystem for Linux Architectural Overview
#29Re: Windows Subsystem for Linux Architectural Overview
#30So `fork` is still expensive?
Does the fork performance really matter these days anymore? I mean comparing from one side to the speed of loading the app itself, fork is usually super cheap; on the other comparing to per-process async event handling, it's so slow pretty much nobody uses it this way for network apps anymore. What's the use case for a fast fork today?