webclimber

1,216
Reputation
156 views

Registered User

Name webclimber
Member for 1 year
Seen yesterday
Website
Location
Age
2d
awarded  Nice Question
Oct
27
answered MySQL update taking(too) long time …
Oct
27
answered Writing on a separate thread for a web app.
Oct
27
comment MySQL update taking(too) long time …
is there a way to know before hand if the optimize or repair will do something ? or running them is the only option ?
Oct
27
revised MySQL update taking(too) long time …
added 592 characters in body
Oct
26
revised MySQL update taking(too) long time …
added 1556 characters in body
Oct
26
comment MySQL update taking(too) long time …
select runs in: 1 row in set (0.01 sec)
Oct
26
comment MySQL update taking(too) long time …
True, I actually ran it with field1 = field1
Oct
26
revised MySQL update taking(too) long time …
added 262 characters in body
Oct
26
asked MySQL update taking(too) long time …
Oct
13
awarded  Nice Question
Oct
1
comment Clustering Coordinates on Server Side
Agree with Chris, for non user specific data, pre cluster the first 5/6 zoom levels and you'll be fine. In my experience the clustering itself is not too bad once you have the data in memory, the io (database/file/API) is where the time goes.
Sep
29
answered MySQL calculate an complicated expression
Sep
29
comment When you’re the new guy and you keep seeing dumb things - do you refactor them?
exactly, ask if there was a reason, and check. I've foudn many times that code like this is just a side effect of older/legacy code, Of course many times is just ignorance, and just asking the question helps both the code base and the programmer.
Sep
29
awarded  Yearling
Sep
4
awarded  Popular Question
Aug
17
asked Hibernate + EhCache, keep missing the cache
Aug
4
accepted JBoss 4.0.5 MDB Configuration
Aug
4
answered JBoss 4.0.5 MDB Configuration
Aug
4
revised JBoss 4.0.5 MDB Configuration
added 16 characters in body; edited tags
Aug
4
asked Configuring EhCache on JBoss
Jul
17
asked Data collection with Android via USB
Jul
13
answered To understand recursive grep in xargs
Jul
6
accepted In memory filtering of not persistent collection with Hibernate
Jun
24
comment Sending messages to a remote JMS Topic
worked like a charm, I had to choose a single ip, for the -b param, didn't seem to work for the multi-homed machine.
Jun
24
comment Sending messages to a remote JMS Topic
This looks promising :) definitely will try tomorrow morning and report back
Jun
24
asked Sending messages to a remote JMS Topic
Jun
11
answered In memory filtering of not persistent collection with Hibernate
Jun
9
awarded  Tumbleweed