In my application , I have this logic when the user logins , it will call the below method , with all the symbols the user owns .
public void sendSymbol(Stri
You need to spawn a separate thread to perform this activity concurrently. Although this will not be a separate process, but you can keep performing other task while you complete sending symbols.