[dev-servo] PSA - action needed: web-platform-tests/wptrunner updated

2015-01-14 Thread Ms2ger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Updating past the web-platform-test update in PR #4629 without removing tests/wpt/_virtualenv will yield TypeError: start() takes exactly 2 arguments (1 given) when running mach test-wpt. Ms2ger -BEGIN PGP SIGNATURE-

Re: [dev-servo] Async networking choices

2015-01-14 Thread Patrick Walton
One important thing to consider is that in order to be multiprocess-safe we cannot be passing around channels. Instead we need to either (a) use request IDs and stream everything over one (or a small number of) file descriptors or (b) pass file descriptors over IPC using the OS-specific APIs in

Re: [dev-servo] Async networking choices

2015-01-14 Thread Josh Matthews
That does suggest either going with 2.1 (push-based, transient data in runnables) or 2.3 (push-based, shared memory). On 2015-01-14 1:00 PM, Patrick Walton wrote: One important thing to consider is that in order to be multiprocess-safe we cannot be passing around channels. Instead we need to