Results 1 to 10 of 21

Thread: Back to the web server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Orca Whisperer n2ize's Avatar
    Join Date
    Dec 2007
    Location
    Crestwood, New York
    Posts
    33,899
    Any reason you wrote your own web server instead of using Apache or the hundreds (or maybe thousands) of other scaleable and highly configurable ones out there ?
    I keep my 2 feet on the ground, and my head in the twilight zone.

  2. #2
    Orca Whisperer N1LAF's Avatar
    Join Date
    Jul 2007
    Location
    Ledyard, CT
    Posts
    13,949
    Quote Originally Posted by n2ize View Post
    Any reason you wrote your own web server instead of using Apache or the hundreds (or maybe thousands) of other scaleable and highly configurable ones out there ?
    Because this will directly interact with programs I create. I can use a web browser to set parameters in my custom programs. Wait until I create a web interface for my radio, and do other cool stuff. It will be more than dishing out pages, and fully customizable.

  3. #3
    Orca Whisperer n2ize's Avatar
    Join Date
    Dec 2007
    Location
    Crestwood, New York
    Posts
    33,899
    Quote Originally Posted by N1LAF View Post
    Because this will directly interact with programs I create. I can use a web browser to set parameters in my custom programs. Wait until I create a web interface for my radio, and do other cool stuff. It will be more than dishing out pages, and fully customizable.
    But couldn't you take your existing web server and rebuild it ? For instance you can take Apache and you can create a module to do almost anything. You wouldn't even have to rebuild it everytime and it would handle almost anything you can think of.
    I keep my 2 feet on the ground, and my head in the twilight zone.

  4. #4
    Orca Whisperer N1LAF's Avatar
    Join Date
    Jul 2007
    Location
    Ledyard, CT
    Posts
    13,949
    Quote Originally Posted by n2ize View Post
    But couldn't you take your existing web server and rebuild it ? For instance you can take Apache and you can create a module to do almost anything. You wouldn't even have to rebuild it everytime and it would handle almost anything you can think of.
    No, because I am using LabVIEW, and LabVIEW is it's own, distinct programming language. It is not text based.

  5. #5
    Orca Whisperer kf0rt's Avatar
    Join Date
    Jan 2007
    Location
    Denver 'burbs
    Posts
    11,068
    Quote Originally Posted by N1LAF View Post
    No, because I am using LabVIEW, and LabVIEW is it's own, distinct programming language. It is not text based.
    Repeat after me, Paul:

    "This is cool shit and not only am I having fun, I'm learning a bunch by doing it myself."

    You owe the world no explanation beyond that which might enhance the world. And even that is optional. Sounds like some... well... cool shit! :)

  6. #6
    Orca Whisperer N1LAF's Avatar
    Join Date
    Jul 2007
    Location
    Ledyard, CT
    Posts
    13,949
    Now rendering pages, graphics, etc..

    BUT...

    Have to deal with Microsoft file structure conversions - easy matter, just have to trap for %xx and change the / to \, etc, etc...

    Done!

    Next, display directory content if no index.html.....

    Done!

    Everything seems to work just fine. Brush up on some rough points, and this version will be finished!

    Then will be the options, and CGI/Form handling (Corey, this will be the radio interface).

  7. #7
    Orca Whisperer n2ize's Avatar
    Join Date
    Dec 2007
    Location
    Crestwood, New York
    Posts
    33,899
    Quote Originally Posted by N1LAF View Post
    No, because I am using LabVIEW, and LabVIEW is it's own, distinct programming language. It is not text based.
    Why waste time with LabVIEW ? LabVIEW is junk. I wouldn't be caught dead with it on my system. There are a million other ways to program that are 100% better.
    Last edited by n2ize; 11-23-2010 at 06:20 PM.
    I keep my 2 feet on the ground, and my head in the twilight zone.

  8. #8
    Orca Whisperer N1LAF's Avatar
    Join Date
    Jul 2007
    Location
    Ledyard, CT
    Posts
    13,949
    Quote Originally Posted by n2ize View Post
    Why waste time with LabVIEW ? LabVIEW is junk. I wouldn't be caught dead with it on my system. There are a million other ways to program that are 100% better.
    Is this the arrogance of SW types? Met them before. LabVIEW is fun, easy, and 10x faster to create applications than C, and much faster than JAVA. What is your experience with LabVIEW?

  9. #9
    Orca Whisperer n2ize's Avatar
    Join Date
    Dec 2007
    Location
    Crestwood, New York
    Posts
    33,899
    Quote Originally Posted by N1LAF View Post
    Is this the arrogance of SW types? Met them before. LabVIEW is fun, easy, and 10x faster to create applications than C, and much faster than JAVA. What is your experience with LabVIEW?
    My experience with LabVIEW was to eliminate it from my department. For simple one or two man projects it was okay. But for advanced cutting edge projects it was totally inflexible slow and inefficient. If you are working "within the box" it might be okay depending on what you are using it for.
    Last edited by n2ize; 11-23-2010 at 06:32 PM.
    I keep my 2 feet on the ground, and my head in the twilight zone.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •