on the same subject
david delabassée and i submitted a talk at oracle code one
on kotlin and fn (oracle serverless thing)
k
kenkyee
06/06/2018, 1:08 PM
Curious if they addressed the startup time issues with the JVM... Though if they don't, they're make more money 😁
n
nfrankel
06/06/2018, 1:12 PM
that’s a very good point
o
orangy
06/06/2018, 1:26 PM
That would be pretty bad if they were starting new JVM for each function, I suppose it’s keeping a (hibernated) runtime, no?
n
nfrankel
06/06/2018, 1:33 PM
i’ll have to dig into that if the talk is accepted 😉
o
orangy
06/06/2018, 1:36 PM
Tell us when you know 🙂
👍 1
k
kenkyee
06/06/2018, 9:58 PM
All the comparisons I've seen with jvm serverless is that they're twice as slow and use twice as much memory as JavaScript. I'd just use Kotlin/js if I really wanted to keep using Kotlin for that 🙂
Go is the fastest...
o
orangy
06/06/2018, 10:10 PM
I wonder how Go can be serverless, given it doesn’t even have an ABI?
u
uhe
06/07/2018, 11:27 AM
we're using Kotlin in an amazon lambda and calling the cold lambda takes like 10 seconds... it's crazy
o
orangy
06/07/2018, 12:15 PM
😱 but should be the same as Java, right?
u
uhe
06/07/2018, 3:03 PM
yea, I didn't really test it, though, since we started with Kotlin right away.