# Multiple Remote Calls before completion

**URL:** https://discourse.julialang.org/t/multiple-remote-calls-before-completion/33305
**Category:** New to Julia
**Created:** [January 13, 2020, 4:39pm UTC](https://discourse.julialang.org/t/multiple-remote-calls-before-completion/33305 "2020-01-13T16:39:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Paul\_McVay](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/paul_mcvay/32/4307_2.png) [@Paul\_McVay](https://discourse.julialang.org/u/Paul_McVay)
#### Post date: [January 13, 2020, 4:39pm UTC](https://discourse.julialang.org/t/multiple-remote-calls-before-completion/33305/1 "2020-01-13T16:39:57Z")

</div>

I’m brand new to the julia multi-core system. If I send another `remotecall` to a process still running a previous `remotecall`, will it wait for the first call to finish and then run the second function? Or will it try to schedule them concurrently on the same processor?
