Click here to Skip to main content
15,890,579 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Your favorite slowcooker recipe? Pin
David MacDermot9-Jan-22 18:17
David MacDermot9-Jan-22 18:17 
GeneralRe: Your favorite slowcooker recipe? Pin
Eddy Vluggen9-Jan-22 23:08
professionalEddy Vluggen9-Jan-22 23:08 
AnswerRe: Your favorite slowcooker recipe? Pin
Slow Eddie10-Jan-22 2:04
professionalSlow Eddie10-Jan-22 2:04 
QuestionRe: Your favorite slowcooker recipe? Pin
Eddy Vluggen10-Jan-22 3:55
professionalEddy Vluggen10-Jan-22 3:55 
GeneralIt just took me 8 hours.... Pin
Marc Clifton9-Jan-22 7:15
mvaMarc Clifton9-Jan-22 7:15 
GeneralRe: It just took me 8 hours.... Pin
raddevus9-Jan-22 8:11
mvaraddevus9-Jan-22 8:11 
GeneralRe: It just took me 8 hours.... Pin
charlieg9-Jan-22 9:50
charlieg9-Jan-22 9:50 
GeneralACID transactions and managed code Pin
honey the codewitch9-Jan-22 6:52
mvahoney the codewitch9-Jan-22 6:52 
Given the rich/complete metadata and run-time analysis (JIT) of managed code, I'm surprised .NET and/or Java do not have a way to create true transactions in the engine.

It should be relatively easy to considering how much information is available in terms of how the data is laid out in memory - unless I'm missing something. By *relatively* I mean compared to say, trying to implement such a thing in unmanaged code.

It strikes me as a missed opportunity, as I know several areas where it could potentially come in handy, maybe more so with parallel operations as well.

But again, maybe I'm missing something. Maybe it's more difficult than I imagine.

I'd try to do it myself but,

A) It's a lot of man-years of effort
B) It requires changes to the CLI or JVM - and my code will never "go viral" enough to be adopted into major engines.
C) I've never done it before. It's a bit ambitious for a first attempt at implementing ACID transactions.
Real programmers use butterflies

GeneralRe: ACID transactions and managed code Pin
Gerry Schmitz9-Jan-22 7:23
mveGerry Schmitz9-Jan-22 7:23 
GeneralRe: ACID transactions and managed code Pin
honey the codewitch9-Jan-22 8:04
mvahoney the codewitch9-Jan-22 8:04 
GeneralRe: ACID transactions and managed code Pin
Randor 9-Jan-22 9:08
professional Randor 9-Jan-22 9:08 
GeneralRe: ACID transactions and managed code Pin
Greg Utas9-Jan-22 9:19
professionalGreg Utas9-Jan-22 9:19 
JokeRe: ACID transactions and managed code Pin
Randor 9-Jan-22 9:37
professional Randor 9-Jan-22 9:37 
GeneralRe: ACID transactions and managed code Pin
honey the codewitch9-Jan-22 9:21
mvahoney the codewitch9-Jan-22 9:21 
GeneralRe: ACID transactions and managed code Pin
Randor 9-Jan-22 9:28
professional Randor 9-Jan-22 9:28 
GeneralLooking for a Hex Viewer for Visual Studio Pin
Richard Andrew x648-Jan-22 9:22
professionalRichard Andrew x648-Jan-22 9:22 
QuestionRe: Looking for a Hex Viewer for Visual Studio Pin
Randor 8-Jan-22 10:17
professional Randor 8-Jan-22 10:17 
AnswerRe: Looking for a Hex Viewer for Visual Studio Pin
Richard Andrew x648-Jan-22 10:27
professionalRichard Andrew x648-Jan-22 10:27 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
Randor 8-Jan-22 10:33
professional Randor 8-Jan-22 10:33 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
Luc Pattyn8-Jan-22 10:21
sitebuilderLuc Pattyn8-Jan-22 10:21 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
Richard Andrew x648-Jan-22 10:29
professionalRichard Andrew x648-Jan-22 10:29 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
Luc Pattyn8-Jan-22 10:38
sitebuilderLuc Pattyn8-Jan-22 10:38 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
Richard Andrew x648-Jan-22 10:50
professionalRichard Andrew x648-Jan-22 10:50 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
RickZeeland8-Jan-22 20:48
mveRickZeeland8-Jan-22 20:48 
GeneralRe: Looking for a Hex Viewer for Visual Studio Pin
Richard Andrew x649-Jan-22 5:56
professionalRichard Andrew x649-Jan-22 5:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.