Theo

5,384
reputation
355 views

Registered User

name Theo
member for 1 year
seen yesterday
website
location Sweden
age 28
3h
awarded  Good Answer
2d
accepted When to use memoization in Ruby on Rails
Dec
4
answered When to use memoization in Ruby on Rails
Nov
28
answered possible to load nokogiri in jruby without installing nokogiri-java ?
Nov
28
answered Regular expression : neeed help for url rewritting
Nov
11
comment mysqli or PDO - what are the pros and cons?
it's fine to just edit the question
Nov
6
revised Best way to stop SQL Injection in PHP
Fixed a link
Nov
6
comment How does the portability of PureMVC benefit the application developer?
To say "there is no reason why [application] code has to be tied deeply to your platform in order to be optimal" strikes me as naive. What do you even mean by that? Of course my application code will be tied to the platform, it's written for that platform, and designed to make full use of it's benefits. Should I need to change platform I would want to use all of the power of the new one, not trying to fit into some kind of lowest common denominator.
Oct
22
revised Date Increment Issue
added 51 characters in body
Oct
22
answered Date Increment Issue
Oct
5
revised Multiple Windows in Adobe AIR
Added code examples
Oct
4
answered Multiple Windows in Adobe AIR
Sep
28
accepted How can an Objective-C method refer to the object that invoked it?
Sep
28
answered How can an Objective-C method refer to the object that invoked it?
Sep
3
awarded  Nice Answer
Aug
20
awarded  Enlightened
Aug
16
comment Running Ant with JDK 1.6 on Mac OS X
I'm on OS X, it's there.
Aug
13
awarded  Yearling
Aug
6
awarded  Guru
Aug
6
answered How do you detect when the mouse leaves the stage in ActionScript 2?
Aug
6
comment How do you detect when the mouse leaves the stage in ActionScript 2?
Duplicate answer, and a worse one.
Aug
4
accepted How do I compile multple independent mxml files at one time?
Jul
16
comment Resumable downloads when using PHP to send the file?
You're right and I've changed it. However, I it's too simplistic anyway, according to the specs you can do "bytes=x-y", "bytes=-x", "bytes=x-", "bytes=x-y,a-b", etc. so the bug in the previous version was the missing end slash, not the lack of a question mark.
Jul
16
revised Resumable downloads when using PHP to send the file?
fixed a bug in a regexp; deleted 1 characters in body
Jul
10
accepted Running Ruby scripts under JRuby/Rack as if they were CGIs
Jul
7
comment how to keep a nativewindow on top
I've found AIR's window handling to be somewhat lacking... not being able to create proper modal dialogs is sometimes a pain.
Jul
6
answered how to keep a nativewindow on top
Jul
6
answered Running Ruby scripts under JRuby/Rack as if they were CGIs
Jul
6
answered Problem in returning values from javascript function to flex
Jul
2
awarded  Popular Question
Jul
2
comment How do you do an extended insert using JDBC without building strings?
That doesn't take prepared statements into account though. To make a fair comparison you need to load the data into an application that first prepared the INSERT statement, added each row in a batch and ran it. I still think you are right in the end, but this doesn't actually say if prepared statements + batching would be as fast as extended inserts.
Jul
2
comment How do you do an extended insert using JDBC without building strings?
Fair enough, it looks like batching is certainly worth trying again, but if what he says is true (and it seems he never commited the code, just tried it and discarded) there's a huge difference in performance between extended inserts and batching. I guess it all comes down to where the bottleneck is: is it sending the data to the database that is slow, or is it locking and all that inside the database that is the issue. If it's the latter batching doesn't solve the problem, if it's the former it may perform just as good and I get more security.
Jul
2
comment How do you do an extended insert using JDBC without building strings?
I think it's a fair enough suggestion. Writing CSV files and using LOAD DATA INFILE can be really, really fast in my experience. It's a bit more complex since it involves writing the CSV files and making sure MySQL can find them, though.
Jul
2
comment How do you do an extended insert using JDBC without building strings?
Batching seems to be a solution, but according to my colleague who worked on the code before me it doesn't compare to using extended inserts (I've edited the question to include this).
Jul
2
comment How do you do an extended insert using JDBC without building strings?
Sorry, my colleague informed me that batching didn't solve the problem (I've edited the question to include this).
Jul
2
revised How do you do an extended insert using JDBC without building strings?
Changed "multi-insert" to "extended insert" and added a not about batching
Jul
2
comment How do you do an extended insert using JDBC without building strings?
Would that issue one insert, or multiple? Or does the batching make the overhead of issuing many prepared statements go away?
Jul
2
asked How do you do an extended insert using JDBC without building strings?
Jul
1
awarded  Popular Question
Jun
27
comment Flex: How does a component know whether one of its styles got changed?
Stefan: you should be able to change the accepted answer.
Jun
27
answered Running Ant with JDK 1.6 on Mac OS X
Jun
26
answered size the height of a flex component to fill the space available on stage
Jun
26
answered Flex: How does a component know whether one of its styles got changed?