Displaying 1 result from an estimated 1 matches for "cataloghi".
Did you mean:
catalog
2007 Sep 11
3
ActiveRecord, blocking or async, logging, syslog/udp
Here''s a gedanken experiment for those w/ far more knowledge than I about
ActiveRecord, etc.:
Let''s say my database is very remote and on a very slow machine. Let''s
further say that my app has an action that leads to a very simple insert
into the "impressions" table of the db, a la "INSERT INTO impressions(docid)
VALUES($docid);" - and