WSE for ATL Server?

J

John Sparrow

Are there any plans for a Web Services Enhancement release
for ATL Server, so that webservices developed using ATL
Server can use features such as WS-Security as easily as
ASP.NET webservices?

JS
 
G

Guest

I could, but that would kind of defeat the purpose of
doing Native C++ webservices with ATL Server....
 
D

Dan Smith

So you want both raw performance and ease of use? :)

While IJW/MSIL is likely measurably slower (although there are some studies
that show JITing can be faster than native code in some circumstances), are
you sure it matters for your particular application?

Dan
 
G

Guest

So you want both raw performance and ease of use? :)
Yes, thank you, That would be nice ;-)

My webservice will be providing partners worldwide with
realtime price quotes on financial instruments (stocks,
futures, fx, etc) and naturally I want it to be as fast as
possible. I have experimented with a version in
WSE/ASP.NET/C# and a version in ATL Server and my ATL
Server version runs approximately a thousand times faster
than the ASP.NET version. And the ATL Server uses an SSL
encrypted channel with client certificate mapping, which
the ASP.NET version does not.

However, I do not believe that ASP.NET is actually that
slow. I must be doing something wrong (although all my
ASP.NET webservice does is return a string "Hello" +
username"). A single call takes about a second to
complete...

Any input on what I might be doing wrong in my ASP.NET
version?
 
G

Guest

So you want both raw performance and ease of use? :)
Yes, thank you, That would be nice ;-)

My webservice will be providing partners worldwide with
realtime price quotes on financial instruments (stocks,
futures, fx, etc) and naturally I want it to be as fast as
possible. I have experimented with a version in
WSE/ASP.NET/C# and a version in ATL Server and my ATL
Server version runs approximately a thousand times faster
than the ASP.NET version. And the ATL Server uses an SSL
encrypted channel with client certificate mapping, which
the ASP.NET version does not.

However, I do not believe that ASP.NET is actually that
slow. I must be doing something wrong (although all my
ASP.NET webservice does is return a string "Hello" +
username"). A single call takes about a second to
complete...

Any input on what I might be doing wrong in my ASP.NET
version?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top