On Tuesday, 15 May 2012 23:27:59 UTC+1, Dave wrote: > > Hi Ilya, > > Old thread, but very thankful for the reply. > > NodeJS Vert-X Business-Need > Yes......Yes.... Intel Solaris > No.......Yes.... SPARC Solaris > Yes..... Yes.... Non-Blocking File API > Yes..... Yes.... Non-Blocking HTTP API >
Yeah, that's awesome :) > ??....... ??..... Non-Blocking ICMP API > ??....... ??..... Non-Blocking SNMP API > Though, I'd say that might have to implement those yourself in Node ... I had been actually looking into catching ICMP responses in Node and, as far as I remember, that when I found this thread :) Hence there is no ICMP support as of yet as I can tell. I regards to SNMP - I sort of recollect seeing some SNMP module for Node. In terms of vert.x, there is currently no UDP support out of the box. But I'm guessing that it shouldn't to difficult to add, i.e. wrap around Java's native UDP API. Or, perhaps, you could even wrap on top of some of the existing libraries for SNMP. I regards to ICMP, I'm sure that's gotta be in JDK :) > Are there non-blocking API's for NodeJS or Vert-X for stateless ICMP > and SNMP? > > The inclusion of a JVM for Vert-X (vs V8 on NodeJS) is a huge bonus, > since SNMPv3 requires encryption, and the Java framework will > transparently support the dozens of crypto cores native to the SPARC T > processors. Yeah, that's work. Actually, in regards to Node's crypt module - you should be to far off with that either, it's binds to OpenSSL and that supports AES instruction set (at least on x86), though since version 1.0.1, hence Node v0.7.8 has the latest OpenSSL :) Appreciate of additional guidance, > Dave > http://netmgt.blogspot.com/ > > > On May 14, 3:49 pm, Ilya Dmitrichenko <[email protected]> > wrote: > > Hey, > > > > Being an old thread, but I thought I should mention that Node.js 0.6.14 > is > > known to run on MIPS: > http://comments.gmane.org/gmane.comp.lang.javascript.nodejs/40639 > > and one might want to run it on something like NetLogin multi-core > MIPS64:http://www.netlogicmicro.com/Products/MultiCore/ > > > > Also, if the original poster, David, is still interested in "a > non-blocking > > framework compatible with SPARC and Intel", may he should try Vert.x > > (http://vertx.io/), which will run very well on Solaris/SPARC within > the > > JVM :) > > > > Cheers, > > Ilya -- 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
