Hey Volkan, *everything* in the DeviceMapClient is thread safe. Specifically,
classify() is read only and non locking, so its thread safe and parallel
friendly.
Reza
From: Volkan YAZICI <[email protected]>
To: [email protected]
Sent: Tuesday, November 18, 2014 6:03 AM
Subject: Thread-Safety of DeviceMapClient.classify()
Hello,
I use *DeviceMapClient.classify()* as described in the wiki:
DeviceMapClient deviceMapClient = new DeviceMapClient();
deviceMapClient.initDeviceData(LoaderOption.JAR);
Map<String, String> attributes = deviceMapClient.classify(userAgent);
Once you initiate *DeviceMapClient* with *DeviceData*, are calls to
*classify()* thread-safe?
Best.