ken dias <[EMAIL PROTECTED]> wrote:

> I am trying to write a very simple servlet that can read my printer port and
> put the data read on to a server.
> I am not too familiar with servlets and hence any suggestions would be
> appreciated.

It depends on what you have to do, if you have to do an async read (like
once every X milliseconds) and then display a report of all the data that
was read, or if you want to do a "current poll" of the data from the port at
request time...

Watcha need to do?

    Pier

--
----------------------------------------------------------------------------
Pier Fumagalli - Sun Microsystems Inc. - <mailto:[EMAIL PROTECTED]>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to