Re: [racket] host not found error

2012-05-06 Thread prad
Danny Yoo writes: > hi danny! > i using get-pure-port and yes it's in a loop. > i also delete-pure-port because i was getting a different error when i > didn't which was to run out of file-descriptors (i think) since i kept > getting a can't open database file error. > > Wait!

Re: [racket] host not found error

2012-05-06 Thread Danny Yoo
> > > > things go perfectly till i accumulate 336 records and then this error > > crashes my script: > > > > Hi prad, > > > > Are you doing the open-input-url in a loop, out of curiosity? If so, do > you > > close the opened ports between each loop iteration? > > > hi danny! > i using get

Re: [racket] host not found error

2012-05-06 Thread prad
Danny Yoo writes: > On Sunday, May 6, 2012, prad wrote: > > i'm trying to understand a consistent error i'm getting while using a > racket program to get data from a website. > > i'm accessing the site to download certain posts using regexps and store > them in sqlite3. >

Re: [racket] host not found error

2012-05-06 Thread Danny Yoo
On Sunday, May 6, 2012, prad wrote: > i'm trying to understand a consistent error i'm getting while using a > racket program to get data from a website. > > i'm accessing the site to download certain posts using regexps and store > them in sqlite3. > > things go perfectly till i accumulate 336 rec