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