February 12, 2017
On 1/12/2017 2:08 AM, Chris wrote:
> On Wednesday, 11 January 2017 at 19:26:06 UTC, Walter Bright wrote:
>> On 1/11/2017 2:09 AM, Chris wrote:
>>> On Sunday, 8 January 2017 at 22:54:58 UTC, Walter Bright wrote:
>>>> Yes. I can't because anything I post gets autobanned.
>>> Why is that?
>>
>> Probably because I posted links to articles I wrote myself. I didn't know at
>> the time it was against their rules.
>
> In that case it might help to talk to them and explain that you weren't aware of
> that rule at the time. It will also clear your name in case anyone wants to
> attack you personally ("Walter Bright how got banned from ...").

I'm not worried about it, I'm happy to let others post.
February 12, 2017
On Sunday, 12 February 2017 at 07:06:00 UTC, Laeeth Isharc wrote:
> On Wednesday, 11 January 2017 at 12:16:06 UTC, extrawurst wrote:
>>> [...]
>
>> [...]
>
> Hi Stephan.
>
> I think at the time C# was not possible, and not sure if java was.  I don't know those languages so well, but if someone would like to try and see if it makes a difference, I would be happy to grant them rights to co-maintain the repo and add those as options.
>
> If I recall right, there shouldn't be a performance difference - just a question of latency to start.  Will Java or C# be better in those respects given time needed to start the VM?
>
>
> Laeeth.

That is exactly what I want to find out. After all lambda is pay as you use (memory/cpu) and if either vm (jvm, .net or node) starts up faster or with a smaller footprint it pays off.

Ceers,
Stephan
February 21, 2017
On Wednesday, 11 January 2017 at 12:16:06 UTC, extrawurst wrote:
>
> I wanted to ask you if you thought about using another platform but nodejs wrap the D exe in lambda. They support java and C# aswell. I was wondering if it is a performance difference to use them instead ?!
> Looking forward to your input.
>
> Cheers,
> Stephan

I'm not sure about actual performance differences, but I found an interesting project for running Go in lambda, that uses the Python runtime, using C bindings. Might be a good fit here.

https://github.com/eawsy/aws-lambda-go-shim

Chris
1 2 3
Next ›   Last »