B4J Question What is the most efficient way ?

tufanv

Expert
Licensed User
Longtime User
hello,

I am going to buy a data feed service, which the data is changing every single second. I need to get this data to my server than distrube to many different apps .

I have 2 options in my mind, one is to use b4j to create a non ui jar to use basic auth and get method to get the data and send to mysql server of mine, or use a php curl maybe.

When we consider that i need to get data every second, which of the two ways are better ? Or is there a better way for this?

Would love to hear your ideas.

Thanks
 
Top