Help with ping in Opentalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Help with ping in Opentalk

Dmytryk, Igor
Help with ping in Opentalk

I'm trying out the Opentalk functionality in VW 7.2 (Smalltalk to Smalltalk) and am unable to successfully ping a request broker (following the Smalltalk Daily examples).

The SocketAccessor >> primConnectTo: method raises a Windows Socket Error Code WSAEWOULDBLOCK (10036).

I tried increasing the ConnectionOrientedAdaptor >> defaultConnectingTimeout...but still no successful ping.

I also can ping each machine successfully thru the DOS ping command?

Any ideas please?

Thanks,

Igor Dmytryk





Reply | Threaded
Open this post in threaded view
|

Re: Help with ping in Opentalk

James Robertson-7
Well, my first suggestion would be to download VWNC 7.5.  I did the
screencast using 7.4.1.

At 05:07 PM 5/10/2007, you wrote:

>I'm trying out the Opentalk functionality in VW 7.2 (Smalltalk to
>Smalltalk) and am unable to successfully ping a request broker
>(following the Smalltalk Daily examples).
>
>The SocketAccessor >> primConnectTo: method raises a Windows Socket
>Error Code WSAEWOULDBLOCK (10036).
>
>I tried increasing the ConnectionOrientedAdaptor >>
>defaultConnectingTimeout...but still no successful ping.
>
>I also can ping each machine successfully thru the DOS ping command?
>
>Any ideas please?
>
>Thanks,
>
>Igor Dmytryk
>
>
>

<Talk Small and Carry a Big Class Library>
James Robertson, Product Manager, Cincom Smalltalk
http://www.cincomsmalltalk.com/blog/blogView

Reply | Threaded
Open this post in threaded view
|

Re: Help with ping in Opentalk

kobetic
In reply to this post by Dmytryk, Igor
Hi Igor,

that should work fine. Can you post the code you're trying and maybe a bit about the network setup that you're using ?

Martin

Dmytryk, Igor wrote:

> I'm trying out the Opentalk functionality in VW 7.2 (Smalltalk to
> Smalltalk) and am unable to successfully ping a request broker
> (following the Smalltalk Daily examples).
>
> The SocketAccessor >> primConnectTo: method raises a Windows Socket
> Error Code WSAEWOULDBLOCK (10036).
>
> I tried increasing the ConnectionOrientedAdaptor >>
> defaultConnectingTimeout...but still no successful ping.
>
> I also can ping each machine successfully thru the DOS ping command?
>
> Any ideas please?
>
> Thanks,
>
> Igor Dmytryk
>
>
>
>
>