Jan 29
take a look at this code:
<SAQUERY NAME=DbQuery DATASOURCE=“SomeDNS” LOCK=“YES”>
SELECT * FROM table
</SAQUERY>
SELECT * FROM table
</SAQUERY>
or maybe this code:
<SASET NAME=var VALUE=“Testing 123″>
<SAIF COND=var .eq. “Test”>
The value of var is Test<BR>
<SAELSEIF COND=var .eq. 123>
The value of var is 123<BR>
<SAELSEIF COND=var .eq. “BOB” NOCASE>
The value of var is BOB<BR>
<SAELSE>
The value was not Test, 123 or BOB<BR>
</SAIF>
<SAIF COND=var .eq. “Test”>
The value of var is Test<BR>
<SAELSEIF COND=var .eq. 123>
The value of var is 123<BR>
<SAELSEIF COND=var .eq. “BOB” NOCASE>
The value of var is BOB<BR>
<SAELSE>
The value was not Test, 123 or BOB<BR>
</SAIF>
Looks familiar? Well, it kinda looks like CF to me but it’s using SA, what is SA? Steel Arrow, and their latest software release, Steel Arrow KA - KA stands for Kick Ass!!! You can read more at http://www.steelarrow.com/. I wonder how true their statistics are in comparing to other app servers. The figures certainly look interesting here
February 12th, 2004 at 6:18 pm
I think the numbers would be more meaningful if they weren’t almost 3 years old…