|
Home > Archive > SQL Anywhere Mobile > February 2006 > Concurrent invocation of a Java method at end_download table event
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Concurrent invocation of a Java method at end_download table event
|
|
|
| Hi,
If the end_download table event is invoking a method of a
Java class, and there are a few remote databases connecting
to Mobilink server at the same time, will there be a few
instances of the Java class created to, or will each
synchronization process invoke the method of one Java class
instance sequentially?
Please advise. Thanks.
| |
| David Fishburn 2006-02-03, 9:24 am |
| LSL wrote in news:43e32573.6b5f.1681692777@sybase.com
of sybase.public.sqlanywhere.mobilink:
L> If the end_download table event is invoking a method of a
L> Java class, and there are a few remote databases connecting
L> to Mobilink server at the same time, will there be a few
L> instances of the Java class created to, or will each
L> synchronization process invoke the method of one Java class
L> instance sequentially?
Each worker thread has their own instance of this class.
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).
EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm
Developer Community / Whitepapers
http://www.ianywhere.com/developer
CaseXpress - to report bugs
http://casexpress.sybase.com
CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
|
|
|
|
|