I am trying to create two separate applications that talked to each
other through ICPSocket.
Do you basically do this with both apps?
// Set each apps ICPSockets Path in the ICPSocket Constructor;
Me.Path = /tmp/AppComm"
// create the ICPSocket (New())
// MyICP.Connect
// MyICP.Listen
All Write commends should show up in the other app's DataAvailable event.
Is this correct?
NOW, one twist. One is a ServiceApplication, the other is a regular
Application. I Launch the Service App from the regular app. The
ServiceApp creates, connects, and listens, then goes into a Loop
until the DataAvailable says "stop", then it breaks out. During the
loop, the Service App Writes() to the regular app and increments a
counter to display on the Window.
* * * * * * * * * * * * * * * * * * * * * * * * * * *
| Garth Hjelte |
| Customer Service Representative, President |
| Chicken Systems, Inc, Rubber Chicken Software Co. |
| 714 5th Street SE |
| Willmar, MN 56201 USA |
| |
| 800-8-PRO-EPS Toll Free Order Line (US Only) |
| 320-235-9798 Tech Support, Sampler Questions |
| International Line |
| 360-838-7689 Fax |
| Product Sales: sales@chickensys.com |
| Product Support: support@chickensys.com |
| Sampler Q+A: qa@chickensys.com |
| Web Page: www.chickensys.com |
* * * * * * * * * * * * * * * * * * * * * * * * * * *
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|