Slashdot Mirror


User: buttugly

buttugly's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:eyeTV on TiVoToGo for Mac Announced · · Score: 1

    Note that there is no eyeTV that supports CableCard. Tivo (at least gen 3) does.

  2. Re:MySQL Backend? Get Transactional! on Open Source Billing Solutions? · · Score: 1

    Our server (and database) doesn't crash either but THE APPLICATIONS DO occasionally. With a non-transactional db, if an app has a bug in it and croaks in the middle of a transaction, your database is corrupted. With a transactional db (like postgreSQL or Oracle), the whole transaction gets backed out back to where it never happened. Feel free to tell the world you never have bugs in your apps. (You'll be the first.)