Re: [PATCH] bash: add socket server support

2013-11-13 Thread Joel Martin
being spawned. However, with this model the implementation is very straight forward and the interface it exposes is basically the same as creating an outgoing socket. But the point here is about adding a very useful utility to bash, not about allowing a bash script to implement a high performance and fully robust server. Regards, Joel Martin (kanaka)

Re: [PATCH] bash: add socket server support

2013-11-13 Thread Joel Martin
by this addition? Regards, Joel Martin (kanaka) On Wed, Nov 13, 2013 at 1:35 AM, Piotr Grzybowski wrote: > Hi Everyone, hi Joel, > > the idea is nice, and I can really see that it is useful, but I would > be extremely careful with introducing those kind of changes, it can be >

[PATCH] bash: add socket server support

2013-11-12 Thread Joel Martin
me in Cc since I am not on the list. Thanks, Joel Martin (kanaka) From 04df5a7a23325a7e9b42ee3d4b306fa222326d99 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 12 Nov 2013 15:30:47 -0500 Subject: [PATCH] Listening socket support via /dev/tcp/HOST/:PORT In addition to the ability to creat