Hi all,
I’m having a problem with .z.pw… Below is what happned:
A script is loaded in a server:
"
\p 5625
usertab:k
dj
d!(“kk”;“dd”;“jj”;“dada”)
.z.pw:{0N! .z.Z;$[usertab~“”;0b;usertab~y]}
.z.po:{show string[.z.h]," successfully login at ",string[.z.Z]}
"
Another session is set up to connect to the server:
h:hopen `::5625:k:kk
Server side:
q)2013.04.22T17:27:52.739
“kent-pc successfully login at 2013.04.22T17:27:52.740”
Second try (FAIL):
h:hopen `::5625:k:bb
'access
Server side:
q)2013.04.22T17:28:45.187
2013.04.22T17:28:45.188
So my question is why when the client fails to connect, the server side prompt the time TWICE?? Shouldn’t it be only once?