Re: [nodejs] Re: Socket hang up problems

2013-02-08 Thread Mark Essel
heads up we patched up our communication with s3 https://github.com/fastsociety/node-knoxed-up md5sum puts, sha1 compares on gets and retries on hangups On Sunday, November 4, 2012 2:24:18 AM UTC-5, Mark Essel wrote: > > I've seen socket hangups putting and getting to and from s3 w

Re: [nodejs] Re: Socket hang up problems

2012-11-04 Thread Mark Essel
I've seen socket hangups putting and getting to and from s3 with Knox as well. Haven't had much luck recreating the problem in small test scripts -ie 1000 100mbyte file gets are all flawless (sha1'd) Anyone else bump into this? It's making processing fail in tough to recover from ways. -- Job

Re: [nodejs] lib uv work queue, and v8 json parsing

2012-08-24 Thread Mark Essel
thanks Ben for confirming -- 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 nodejs@googlegrou

[nodejs] lib uv work queue, and v8 json parsing

2012-08-22 Thread Mark Essel
I ran into some thread safety issues with v8's built in json parsing from objects while in async I/O threads within a native module. First has anyone else experienced this? Second, I created another very simple json stringifier in Nile-Delta to work around the freeze. (see LogBlob) https://gith

[nodejs] Re: [ANN]: ansi.js - Advanced ANSI formatting tool for Node.js

2012-06-27 Thread Mark Essel
nice! was looking for this, creationix just pointed it out. On Thursday, January 26, 2012 1:55:51 PM UTC-5, Nathan Rajlich wrote: > > Hey peeps, just wanted to give a quick shout-out to my new *fun* little > module that I whipped it on downtime during NodeSummit, ansi.js! This > project exposes

[nodejs] Re: Howdy nodejs group members, I've got a memory question/problem

2012-06-20 Thread Mark Essel
ink. On Sunday, June 17, 2012 12:34:51 PM UTC-4, Eugene HP wrote: > > Hi Mark, > > Can you make some test code you're working on, so I can join to debug > process. > > Thank you. > Eugene > > On Friday, June 8, 2012 5:13:04 PM UTC+2, Mark Essel wrote: >> &g

[nodejs] Howdy nodejs group members, I've got a memory question/problem

2012-06-08 Thread Mark Essel
I've been bugging TJ on node-canvas (https://github.com/LearnBoost/ node-canvas/issues/177#issuecomment-6154062) about a code speed up I'm working on in a fork of his node module. I found Canvas.toBuffer() to be killing our pipeline resources and created an alternative that would simply convert fr