1

I have created a java servlet with which I have attached SQL database. Android client is sendig data to java servlet to save it in database which is working fine. I want to know if multiple android clients will share the same database connection or do i need to do some threading or something else?

Regards,

1 Answer 1

0

In my opinion You should synchronize databases on Android devices with servlet. Synchronization is not easy to make. I don't found ready class or library for it.

Maybe you find something on stackoverflow ;-)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.