B4J Question Multiple Threads accessing a Global list

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi

Is it ok for multiple threads (socket connections - Android apps) to update a global list, adding new entries, and another thread removing them as they are being forwarded to a windows back office system via another socket connection.

My concern is they may be locking issues on the global list.

Regards

John.
 
Top