Re: Macro code

From: Neil Rieck (n.rieck_at_sympatico.ca)
Date: 09/02/05


Date: Thu, 1 Sep 2005 19:46:07 -0400


"Dave Froble" <davef@tsoft-inc.com> wrote in message
news:11her0angaj8k57@corp.supernews.com...
> gleason@encompasserve.org wrote:
>> In article <11he7rps3tb7mfb@corp.supernews.com>, Dave Froble
>> <davef@tsoft-inc.com> writes:
>>
>>>Neil Rieck wrote:
>>>
>>>
>>>>Getting back to your question, if you are doing any low-level stuff like
>>>>writing a device driver, then languages like C or BLISS are the only way
>>>>to go. You would never use HP-BASIC to produce something like an Apache
>>>>web-server. :-)
>>>
>>>'Never' is a bit too strong of a word to use in the above.
>>>
>>>Basic could be used to implement a web server. There is nothing like
>>>that now since most such software originates on non-VMS systems.
>>>
>>
>>
>> HP Basic, with its excellent dynamic string handling capabilities, and
>> easy and flexible interface to RMS files, seems like a natural for
>> writing a web server...I'd pick it over C any day.
>
> All a web server is, is a program that accepts incoming connection
> requests, grants a connection, and satisfy's requests. The implementation
> should be rather easy. It's the specification of what it should be set up
> to do that's the hard part. Uh.. make that very hard part.
>
> I've done some services and clients that use sockets for communication.
> Written in Basic and uses the system service routines for socket
> communications. It's the sissy C programmers that have to have a socket
> library. :-)
>

I've used BASIC to do quite a bit of work with TCPware (both Telnet and FTP)
but realize that C does seem to have its place in Open-Source projects like
Apache.

Neil Rieck
Kitchener/Waterloo/Cambridge,
Ontario, Canada.
http://www3.sympatico.ca/n.rieck/



Relevant Pages

  • Re: Macro code
    ... All a web server is, is a program that accepts incoming connection ... I've done some services and clients that use sockets for communication. ... Written in Basic and uses the system service routines for socket ...
    (comp.os.vms)
  • Re: TCP Streams from Unknown source to VB.Net
    ... communicate with any types of other platforms on TCP/IP communication. ... the data structure is sent in binary format out over a socket. ... can't contain arrays. ... from the server. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Handling exceptions in Socket Callbacks
    ... why im using this complicated method of socket communication - ... there remains the problem of propogating the error generated in the callback ... > catch(Exception objException) ...
    (microsoft.public.dotnet.general)
  • Another question about OpenOffice (and component based programming in general)
    ... if my program is going to connect the OO server via socket 8100 ... there is some sort of communication going on. ... If pipe: what is the name of the pipe? ...
    (comp.lang.java.programmer)
  • Re: WinSock SendData -> unknown Exception
    ... Note that you *can* use a socket in a separate thread (see my essay on multithreaded ... MVP Tips:http://www.flounder.com/mvp_tips.htm ... I don't use MMTimer to manage socket communication, but serial comm. ...
    (microsoft.public.vc.mfc)