If you run the following in tcl-dp 3.2 with tcl 7.4 and tk
4.0, it blocks, but with tcl-dp 4.0b3 and tcl/tk 8.3.4, it
doesnt:
---
# when running with tcl 8.3.4, uncomment the following:
# package require dp 4.0
dp_MakeRPCServer 1234
---
The documentation for dp_MakeRPCServer (the new
one) doesn't say that it no longer will keep the tcl shell
alive until it gets something...
It would be good if either the documentation is updated
or this is fixed!
I will test this with Tcl-Dp 4.2, and fix the documentation as required.