I installed Rserve in a unix ec2 which has private and public IP. When I try to communicate to it with small dataset, there is no issues.
However, when I do the same with little big more data, the private IP gets connection timed-out (Note: My source/client ec2 is in same subnet).
On the other hand, when I try the same with the public IP from a machine outside this VPC (that is, using internet), Rserve is very quick.
I am wondering, how come intranet gets timed-out but internet is fast. Is there any settings in the unix which restricts something
Can someone shed some light on this please.
(Note: my source/client tool is Tableau)