• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by BrowneIssue View Post
    It's snowing again.
    It will snow for the baptism tomorrow...

    Comment


      Originally posted by NickFitz View Post
      Newbies are a problem, too - their posts don't appear immediately, but when they're approved, they bump things up

      Once I've got all the data from this first pass analysed, I'll move it over to Amazon's SimpleDB web service, and take it from there. Then I can run a dedicated spidering and analysis server on Amazon EC2, and the domain will just host the front end, and cache frequently-requested data.
      Newbies should have a placeholder - with <awaiting approval> in it. full traceability needed...

      Comment


        Originally posted by BrowneIssue View Post




        "Rat-on-a-Stick, Sir?"

        Comment


          Originally posted by BrilloPad View Post
          So can you leave the laptop on?

          When is the eta now?
          Just coming up to page 4200. Probably get into real time tonight.

          Which means I'd better get on with writing the code that detects real time...

          Code:
          public static function are_we_there_yet {
             // TODO: clever stuff
          }

          Comment


            Originally posted by BrowneIssue View Post
            Wow! I haven't seen that for some time!
            Disadvantage of being in real-time...

            Comment


              Did you see this one, Scourer?

              Comment


                Oops... spider just stalled. It does that occasionally - probably a timeout fetching the page - I really should put some sensible error handling in there

                Still, it allowed me time to have a look at the database.

                I've missed forty posts, probably from other times when it's stalled. So at some point I'll have to get those to fill in the gaps.

                Comment


                  Database just coming up to 40 meg, and I should be half-way to real time in 53 minutes

                  Comment


                    Originally posted by NickFitz View Post
                    Oops... spider just stalled. It does that occasionally - probably a timeout fetching the page - I really should put some sensible error handling in there
                    Surely writing a spider is easy?

                    Comment


                      Originally posted by NickFitz View Post
                      Just coming up to page 4200. Probably get into real time tonight.

                      Which means I'd better get on with writing the code that detects real time...

                      Code:
                      public static function are_we_there_yet {
                         // TODO: clever stuff
                      }
                      if (post_number = 1/0)
                      return true
                      else
                      return false

                      Comment

                      Working...
                      X