On Jan 7, 2020, at 04:44, Motaz Hejaze <trapper...@gmail.com> wrote:
> 
> 
> Thank you all guys for your help..
> 
> May i ask what is the best deployment for more performance ??

I’m not quite sure what you mean. Do you mean what environment results in the 
highest-performing Go programs? I’d imagine the s390x architecture represents 
the biggest hammer, but it’s not one I’d suggest unless you know you need it.

Running on OS X and Linux (on any supported architecture) will likely yield the 
best mix of performance and pleasant development experience. But Go runs fine 
(modulo certain low-level compatibility issues) on Windows, FreeBSD, NetBSD, 
OpenBSD and a variety of other systems as well.

Deploying for production will likely be easiest with Docker containers or the 
like, albeit at the normal (relatively small, mostly) performance costs 
associated. You can deploy directly as a regular application, with all the 
associated maintenance issues that may involve.

What is the angle of your question?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/B2C596C5-67D1-4722-B418-B3BFF321C1FE%40gmail.com.

Reply via email to