Polycephaly and IPSocketAddress

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

Polycephaly and IPSocketAddress

Runar Jordahl
We are successfully using Polycephaly in our project. One thing we use
it for is to parallelize execution of (time-consuming) unit tests that
check code quality. These tests execute at 28% of original time, when
using Polycephaly on a quad-core box.

We are now looking into other uses. One use is testing client/server
functionality. We then run into a problem executing the following:

serverMachine := Polycephaly.DebugMachine new.
serverMachine do: 'IPSocketAddress hostAddressByName: SocketAccessor
getHostname. true'

Running the statement (IPSocketAddress hostAddressByName:
SocketAccessor getHostname) locally, does not cause any problems. But
as soon as it is executed in the drone, the system hangs. Any ideas
what could be wrong?

Kind regards
Runar
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Polycephaly and IPSocketAddress

Runar Jordahl
We tested this problem on more PCs today. We found that Windows XP 32
bit is affected. Windows 7 64 bit works OK.

Kind regards
Runar
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc