[Info-vax] First ship poll: When will the first native x86-64 compilers ship ?

Dave Froble davef at tsoft-inc.com
Sat Apr 16 22:04:10 EDT 2022


On 4/16/2022 7:00 PM, Craig A. Berry wrote:
> On 4/16/22 5:25 PM, Dave Froble wrote:
>> On 4/16/2022 6:14 PM, Arne Vajhøj wrote:
>>> On 4/16/2022 11:02 AM, Jan-Erik Söderholm wrote:
>>>> Den 2022-04-16 kl. 13:28, skrev Bill Gunshannon:
>>>>> On 4/15/22 22:10, Dave Froble wrote:
>>>>>> On 4/15/2022 7:25 PM, Arne Vajhøj wrote:
>>>>>>> Cobol, Basic, Pascal, C etc. is just not the optimal language
>>>>>>> for writing a new web service.
>>>>>>>
>>>>>>> Not on any platform.
>>>>>>
>>>>>> Really depends on the web service, doesn't it?
>>>>
>>>> And on the *definition* of "web services".
>>>
>>> There may not be a formal definition, but most developers have
>>> a common understanding what such a thing is.
>>>
>>> Something like: a service intended to be used by client applications
>>> based on web protocols typical XML/HTTP(S) or JSON/HTTP(S).
>>>
>>> Arne
>>>
>>
>> Well, there you go again, refining the definition to match your claims.  Of
>> course that makes you right.
>>
>> How about anything that offers some service that might be needed over the
>> internet?
>
> Nope.  That would be an internet service.  A web service uses some
> version of the HTTP protocol.  While that doesn't necessarily imply
> REST, the simplicity of REST has made web services largely eclipse older
> client-server protocols such as SOAP or Java RMI.

Having looked at REST, I find it as difficult and performance robbing as the 
"rest" (no pun intended) of the "standard" protocols.  We have done some 
testing.  We find that using sockets with no additional overhead has given us 
the best performance and the least overhead and the simplest programming.

I will admit that we already had a protocol in place, so that helped.

So, if we cannot be considered having a "web service", we don't care, and we 
think our approach is better.

We still call them our "web services".

I've written a HTTP(S) PUT utility using our socket communications, but only use 
it when the trading partner insists on HTTPS.

-- 
David Froble                       Tel: 724-529-0450
Dave Froble Enterprises, Inc.      E-Mail: davef at tsoft-inc.com
DFE Ultralights, Inc.
170 Grimplin Road
Vanderbilt, PA  15486



More information about the Info-vax mailing list