Re: Web listener



On Dec 14, 6:00 pm, "Peter McMurray" <excalibu...@xxxxxxxxxxx> wrote:

Up until now D3 on Microsoft has been my weapon of
choice.  However the failure to address Vista and 2008 make me look at other
options.

Then run D3 on Linux. Windows/Linux shouldn't make any difference to
the possible middle tier technologies you've mentioned. I'm not a big
D3 fan, it's just that if you know it well, you may wish to stick
with it.

QM is very attractive especially as I have a
truck computer project on the go- those O'Neill printers really turn me on
:-) I love Land Rovers but towing a printer behind one and then printing
from it is awesome.

I like QM, but I really don't understand the rest of your comment.

we had a laptop go under a log skidder the other day, it did not survive.
However QM with a pda and a mobile phone is an ace setup.

Are you talking about the PDA version of QM? That's neither a client
nor server set-up. It's a single user, stand-alone version that would
have little to do with multi-tier system architecture.

 Plus the users
are extremely adept at uploading and downloading stuff to their phones.

Except that downloading "stuff" is not bi-directional, nor even close
to real-time, interactive communication with a remote application.

What I would like to do is an MV agnostic platform that produces
DHTML/Javascript pages from my parameter based methods.
 I want it to work
in Linux as well as Microsoft.  The client side is fine, the MV side is
fine, I am now just battling with the middle ware.

In this case, part of your middle tier will be a web server capable of
supporting the operating systems and development tools you wish to
use. This actually isn't that hard, as there are many available. The
standard IIS and Apache may be fine, but here is a list of
alternatives.

http://www.debianhelp.co.uk/apachealternatives.htm

So I am getting a great deal from this thread and hunting up
all sorts of stuff from PHP on, however MVWWW and the sockets from Bryan et
al is getting a lot of thought.

Whatever your choice, I would stay away from trying to serve up web
content directly from the MV side of things. Too messy. Your web
server app should be talking to your middleware to get the required
data for the content you push to the client browser.

Browser <--> Webserver <--> Middleware <--> MV

Desktop App <--> Middleware <--> MV

PDA/iPhone <--> Middleware <--> MV

Notice there are no "connections" that bypass any components. In all
of the above cases, the Middleware and MV components should not
require ANY changes. Of course, you have to decide on a transport and
data format that would allow you to do this. We've chosen XML
structures over HTTP.

Peter, if I get some time, I'll put up a demo you can download to
better see what I've attempted to describe.

--
Kevin Powick





.



Relevant Pages

  • Re: The ole "Linux vs Windows Server 2003" question - help?
    ... >I have a client with about 50 desktops all running Windows XP. ... >service and the LInux box runs Lotus Notes. ... >I know that some say "let them install the Windows server and then ...
    (comp.os.linux.misc)
  • Re: File servers, web servers ?
    ... with the "server" to perform the activity. ... In the case of "web services", the distributed client is your web ... Finally, in the case of "FTP services", the distributed client is your ... what does this all have to do with Linux? ...
    (alt.os.linux)
  • problem with publickey authentication
    ... I have a business client who is running a SSH Communications SSH Tectia Server on a Windows NT Server. ... I need to connect to their server from dozens of FreeBSD servers in my organization using OpenSSH client, ... He claimed that he tested on his side, and was able to connect from a Linux client to his own Windows Tectia SSH box. ...
    (SSH)
  • Re: Reliable P2P Framework???
    ... coming on to the problem of downloading multiple files at the same ... regarding the maximum number of connections per client - why must ... > A Central Server: ... > database or also each of the auxillaries. ...
    (microsoft.public.dotnet.csharp.general)
  • Re: Excel to Linux DDE solution?
    ... >> commands to the client, the client forwards them to the server, the ... Plus I could use a Linux based Database ... You have Excel running on Windows and want to _connect_ to the database ...
    (comp.os.linux.networking)