Hi Ian,

The Go code fetches a message from SQS and calls the C code to parse the
log messages.So this is what the cgo service does.
I would like to run the same service on different processes independently.
I am not sure how to achieve this in Go. Can you please guide me here.

Thanks,
Nitish

On Fri, Dec 6, 2019 at 11:11 AM Ian Lance Taylor <i...@golang.org> wrote:

> On Thu, Dec 5, 2019 at 2:41 AM Nitish Saboo <nitish.sabo...@gmail.com>
> wrote:
> >
> > I am having a cgo(go + c) service.Is it possible to run multiple
> processes of the same service in parallel ?
>
> Well, it depends on what the service does.  But there is nothing in
> the Go tools or standard library that prevents you from doing this.
>
> Ian
>

-- 
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/CALjMrq4iazJYAraoAdiG%3D%3D1-4uWd03jLGbs00FmDhuOt%3Dix0ig%40mail.gmail.com.

Reply via email to