|
Home > Archive > SQL Anywhere Mobile > October 2005 > Notifying UDP
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]
|
|
|
| A notifier can send messages via UDP to a Listener. Other than the
confirm_delivery property, which causes an acknowledgement to be sent, this
is a one-way communitcation process, correct?
Is there a way I'm missing to send a configurable UPD message from the
remote end to the server end?
For example, I want to send UPD messages from a Windows CE device in the
field to a corporate server.
Thank you
Jim
| |
| Greg Fenton 2005-10-27, 8:21 am |
| Jim wrote:
>
> For example, I want to send UPD messages from a Windows CE device in the
> field to a corporate server.
>
Can you describe what the purpose of that UDP message is?
Could you not put the message into a "priority_message" table and
synchronize that table to the consolidated? [Note UDP messages are
never guaranteed to be delivered. A successful synchronization, or at
least a successful upload, would guarantee the delivery.]
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|
|