Hi,
        We have an old RMI server installed to access the printers from a 
JBoss JEE application.  The printers are not accessible to the JEE 
application directly.

This causes RMI DGC threads( dirty() and lease() mechanism )   to clog up 
the JBoss VM.


A simple HTTP interface sending JSON is what I think we need. nodejs does 
not have problems with concurrent accesses but I want to know if it can 
access the Java print API by spawning a child proccess. NodeJS is highly 
suitable for acccess. Is Java access a common usecase ?

What about exception trapping in Java and sending some notification to 
NodeJS and then from there to the HTTP client ?


Thanks,
Mohan

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to