Re: socket streams

2001-07-26 Thread andu

Robin-David Hammond wrote:
> 
> I have encountered a problem with the MC environment. I wrote a script to repeat
> forever and scan a socket for new input. it seems to HANG inside the script. it
> hung far longer that the socketTimeoutInterval (now thats some CONFUSING
> capitalisation)
> 
> result had to kill the app after 3 minutes of gefingerpoken got me nowhere.
> 
> what is the nice way to scan a socket stream for new data?

You mean something like "accept connections on port X with message Y"?

> 
> rdh
> 
> Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.

-- 
Regards, Andu
___
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: socket streams

2001-07-24 Thread Klaus Major

Hi Robin-David,

> ..
> result had to kill the app after 3 minutes of gefingerpoken got me nowhere.
> 
> what is the nice way to scan a socket stream for new data?
> 
> rdh

i am sorry not being able to help you with this problem.

But could you please explain the word "gefingerpoken"?

Sounds german, but isn't ;-)
(This is one of the cases where EVERY dictionary will fail...)

I might guess what it means from its sound and context,
but an explanation would be very appreciated ;-)


Regards

Klaus Major <[EMAIL PROTECTED]>
MetaScape GmbH


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: socket streams

2001-07-24 Thread Kevin Miller

On 24/7/01 1:10 pm, Robin-David Hammond <[EMAIL PROTECTED]> wrote:

> I have encountered a problem with the MC environment. I wrote a script to
> repeat forever and scan a socket for new input. it seems to HANG inside the
> script. it hung far longer that the socketTimeoutInterval (now thats some
> CONFUSING capitalisation)
> 
> result had to kill the app after 3 minutes of gefingerpoken got me nowhere.
> 
> what is the nice way to scan a socket stream for new data?

read from socket tSocket with message myMessage

Then in the myMessage handler, process the data and continue reading.

Regards,

Kevin

Kevin Miller <[EMAIL PROTECTED]> 
Runtime Revolution Limited - Power to the Developer!
Tel: +44 (0)131 718 4333.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




socket streams

2001-07-24 Thread Robin-David Hammond


I have encountered a problem with the MC environment. I wrote a script to repeat
forever and scan a socket for new input. it seems to HANG inside the script. it
hung far longer that the socketTimeoutInterval (now thats some CONFUSING
capitalisation)

result had to kill the app after 3 minutes of gefingerpoken got me nowhere.

what is the nice way to scan a socket stream for new data?

rdh



Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.