Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
CCR Programming - Jeffrey Richter and George Chrysanthakopoulos
Aug 03, 2006 at 4:03 PMI am playing around with this whole package. It is a very good idea. I suppose i now wonder two questions:
1) How much of this idea was inspired from you working on complicated problems down in the kernel.
2) How much significance could this have implemented down in the kernel, or is it effectively already a tackled problem?
Cheers
Drex
CCR Programming - Jeffrey Richter and George Chrysanthakopoulos
Aug 02, 2006 at 5:07 AMFunction does some calculation, adds a result to the database using a transaction based stored procedure. If we leave the stored procedure working away, and then later on we encounter a rollback, how do we respond to that rollback?
It would seem to me that we have progressed too far in our application. Either we wait to be sure, or we risk being too good at the CCR stage that we force a transaction rollback/Data inconsistency Database Trigger. ie we run 30 threads against the DB, threads 1 and 27 cause a rollback, or are not consistent.
This is just my pet hate at the moment, I daily work with an app that does the following:
func addtoDB(params){ //pseudo code
addToDB //do SQL one assumes
displayStatusDialogue
}
Now to do multiple dimensional queries, they call the method 30 times, resulting in a dirty 30 dialogues flashing. Admittedly this is rubbish engineering, but it was what got me thinking about the problems of repeatedly hitting the database. Inherently this function assumes success, which is why it frequently crashes [I didn't write it, i just have to use it!]
the idea of ATOMIC database calls seems to be great but closes out the ability to interact with the CCR? Ie the CCR is not allowed to jump in and help the database.
Am I wrong here? I am making wild generalisations about databases, and blind calls to functions, but i see a problem.
It would be interesting to get your feedback, it is great that you are engaging with channel9!
Drex
PDC Dev Team -- Plasma Screen Application at PDC
Oct 10, 2005 at 5:29 AMFor me I'd like to know how you kept the program running in a kiosk mode while updating? Did the screens go down or was there some backend that could run on a seperate monitor/comp.
The idea of sending the video out over cat5 is nothing new to me, but i would be interested in knowing about the splitters used. My idea is to add areas to the system. Ie different sections can see different presentations, but then since this is just data driven all screens could amalgamate. It would be a seperate box per section, which wouldn't be too much of a problem.
Lastly I would love a few specs on the graphics hardware. I'd be tempted to buy a big box to run all of this, especially when i get the idea that the transitions were poor on perf due to pre beta bits, which could be sped up. And finally i may had a touch screen aspect to this for use on smartboards.
Excellent job. pm me and we can talk. All credit to yourselves of course but i'd love to implement this.
PDC Dev Team -- Plasma Screen Application at PDC
Oct 09, 2005 at 7:35 AMIndeed, for me this will be the best bit. I will build one of these myself with old monitors and redundant cat 5. We are going to see a lot of new entrants to the world of programming being able to build appz like this. data <=> presentation is now as envisioned.
I will build one of these.
Drex
Windows, NT Cache Manager - Molly Brown
Apr 19, 2005 at 9:13 PMPS isn't it about time that we summise how all these various teams are building longhorn...it isn't just Avalon, the kernel team seems fixated. In the virtual server disks they were coy about their whiteboards and longhorn..leads me to suspect that some of their work is going into longhorn too...undo disks, or something along that architectural path.
Wow long rant
Drex
Neal Christiansen - Inside File System Filter, part II
Jan 24, 2005 at 2:39 PMI want to see some interviews with the inventor of c#, or the PE file designer. I recently went through winHex for file recovery, and there is a wealth of stuff to learn. If the linux kernell is open source, this is not going to be a major breach:)
Good job lads
Drex