The whole thing looks highly suspicious to me :-) However, APL has one of the highest comment-to-vote ratios, so that looks "healthy"(?) There clearly seemed...
Hi, in order to stress-test an ASP.NET-app, I wrote a little tool that uses the IWebBrowser2-Class to do some 'scripted surfing'. Unfortunately, when running...
... If I had to stress test (not the case until now, but who knows what the future reserves), I would check Microsoft's tool to do stress test of websites....
... [SNIP] . . . ... APL, folks are mistakenly voting for what they think is apple script . . . . . . but i'll live with the hanging chad butterfly ballot...
TonyC
tclviii-dyalog@...
Dec 1, 2006 4:41 pm
2679
I don't think so . Apple Script isn't even listed at http://en.wikipedia.org/wiki/APL . ... -- Bob Armstrong -- www.CoSy.com -- 719-337-2733 Nascent 4th.CoSy...
http://www.irfanview.com/ is even recommended by the US Patent office . It allows setting the alpha channel transparency color on a number of formats . The...
IINM, there are multiple ways to get ASP.NET to keep track of sessions. One is cookies; there are others. Are you in control of the ASP.NET app, or are you...
Well, in this case I am (more or less) in control of the server. It is using cookies to store the sessionid and basically this is the approach that was chosen...
... The sessionID is stored in a cookie on your PC. Every time you delete the file containing the cookie the sesssionID will be renewed. -- Best Regards Tommy...
Hi All, i have just connected two different joysticks, with good recognization by windows 2000. All tests in (Parameters>conf' panel>game controler) are ok. No...
Thanks Tommy, BUT I do not want to delete the cookie, because the session using that Id is still alive. But when I launch a 2nd session, I want to get a new...
... Haven't heard anything more, so a) I screwed up my original reply b) I've been sent to Coventry or c) No-one's shown much interest. Assuming that it's (c)...
Hi all, I just had a customer complaining that his screenshot-program (which uses the 3 hotkeys mentioned above) doesn't work with DLS. Well, I take my ...
We replied on Sunday to everyone who expressed interest in our workshop. All but one of them are in the US, and we're discussing what looks like about a week...
... well, not quite everyone . . . ... a WEEK?? man a week off of tough to arrange ... Oh . . . a week in PENNSYLVANIA . . . like Scranton Pennsylvania? So it...
TonyC
tclviii-dyalog@...
Dec 5, 2006 2:48 pm
2691
... I will not be taking this project any further....
While I am able to make a connection and to read data from Oracle, in an attempt to use SQATEST with the Oracle driver, I get the following error message: ...
Hi Ed, You should be able to run the test by providing a nested right argument: SQATEST 'orcl' 'password' 'user' Note password first, then the user id...
<ignorant on internals of interpreter> I notice that on large vectors: v[i] is often significantly faster (5x) than: b/v even after the expense of converting...
This does seem a little strange - will investigate. I don't know if the chars will make it through the email system but I tried the following: Dyalog APL/W...
... Cannot but agree - my 10.1.2 gave totally different result with the same example: the boolean vector was 50% quicker than indexing. Perhaps I shouldn't...
I didn't bother to do the 1,000 length example (no longer a "large" vector IMO), but my results (with 10.1.2) for 100,000 and 1,000,000 were in line with...
... the same ... On further investigation, in V11, it appears that the speed of boolean selection versus indexing is quite sensitive to the number and...
... I don't think this is a V11 difference. I tried this on V11, V10.1, V10.0 and V9. Only in V9 was the indexing slower. This is because the slash-iota idiom,...
... The difference seems to be the number of elements involved in the indexing, if most of the elements of bm are true, b/v is faster. vecâ†?10000000â´100 ...
Where are the latest patches for 10.1.3 and 11.0.1? The last patches I see on www.dyalog.dk/dss/dss.htm is the following: 10.1.1 (DV) DLL 16 Jul 2004 3588096...
Thanks for the heads up - we're on the case. John. ... From: Paul To: dyalogusers@yahoogroups.com Sent: Thursday, December 14, 2006 4:25 AM Subject:...
The patches should be OK now, please try again. John. ... From: Paul To: dyalogusers@yahoogroups.com Sent: Thursday, December 14, 2006 4:25 AM Subject:...
... I'm not sure that it's 100% yet... Took a quick look this morning and saw new build is 8880abfe (I may be wrong on this). Downloaded 11.0.1 to get myself...