i found this blog entry written by Mark Ontkush in january 2007.
seems like my website saves energy!!!
i found this blog entry written by Mark Ontkush in january 2007.
seems like my website saves energy!!!
i got this error in my jetty logfile:
ORA-00972: identifier is too long
seems like oracle is not supporting row names longer than 30 characters.
i started coding in grails in the last days.
for the start i must say, every webframework seems to be the same, and every webframework seems to be different.
one thing i am missing is that the scaffolding is not that clear then it is in ruby on rails.
in ruby i can define my table in the database and the generated html is in the same order like the db.
there is no sort in grails or i am not understanding it.
one great thing is the services section. you can put functionality into services and they are completely ready for transactions. so if the script breaks, all the datas are getting roled back. great stuff!
more to come…
i use qmail in combination with vpopmail from inter7 on my servers.
the most start scripts for qmail use tcpserver and tcpserver uses recursive dns for every request.
so if there is a lot of traffic or spam or whatever, tcpserver sometime takes to long to resolv these ip addresses and no more connections are able to be opened in that time.
the resultion is to set the params like this:
tcpserver -H
the -H means don’t resolve the ip.