Click here to Skip to main content
15,896,063 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.

 
GeneralRe: An idea I just had to get out there before it dies Pin
dandy7227-Jul-20 10:19
dandy7227-Jul-20 10:19 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 6:17
mvahoney the codewitch27-Jul-20 6:17 
GeneralRe: An idea I just had to get out there before it dies Pin
Daniel Pfeffer27-Jul-20 6:28
professionalDaniel Pfeffer27-Jul-20 6:28 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 6:53
mvahoney the codewitch27-Jul-20 6:53 
GeneralRe: An idea I just had to get out there before it dies Pin
Daniel Pfeffer27-Jul-20 7:04
professionalDaniel Pfeffer27-Jul-20 7:04 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:07
mvahoney the codewitch27-Jul-20 7:07 
GeneralRe: An idea I just had to get out there before it dies Pin
Peltier Cooler28-Jul-20 4:15
professionalPeltier Cooler28-Jul-20 4:15 
GeneralRe: An idea I just had to get out there before it dies Pin
Greg Utas27-Jul-20 7:11
professionalGreg Utas27-Jul-20 7:11 
I worked on a product that did this. The primary server downloaded code to access servers at run time, on a per-session basis. It took the form of opcodes in an interpreted language, running on a virtual stack machine. The access servers were also preloaded with "scripts" that the downloaded code could invoke, which reduced its size. This was an embedded system, so security wasn't an issue. It wasn't too complex, but a detailed spec didn't have to be written: it was proprietary, so however the access devices worked was the de facto spec. New access devices had to be backward compatible, which sometimes meant replicating the idiosyncrasies of the original access devices with regard to how the language was interpreted. All of this generally worked well, but you can add backward compatibility as a third problem if trying to do this for more complicated applications.

GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:26
mvahoney the codewitch27-Jul-20 7:26 
GeneralRe: An idea I just had to get out there before it dies Pin
Greg Utas27-Jul-20 7:35
professionalGreg Utas27-Jul-20 7:35 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:38
mvahoney the codewitch27-Jul-20 7:38 
GeneralRe: An idea I just had to get out there before it dies Pin
Marc Clifton27-Jul-20 7:18
mvaMarc Clifton27-Jul-20 7:18 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:23
mvahoney the codewitch27-Jul-20 7:23 
QuestionRe: An idea I just had to get out there before it dies Pin
Eddy Vluggen27-Jul-20 7:47
professionalEddy Vluggen27-Jul-20 7:47 
AnswerRe: An idea I just had to get out there before it dies Pin
honey the codewitch27-Jul-20 7:51
mvahoney the codewitch27-Jul-20 7:51 
GeneralRe: An idea I just had to get out there before it dies Pin
Member 1330167927-Jul-20 21:26
Member 1330167927-Jul-20 21:26 
GeneralRe: An idea I just had to get out there before it dies Pin
NelsonGoncalves27-Jul-20 21:30
NelsonGoncalves27-Jul-20 21:30 
GeneralRe: An idea I just had to get out there before it dies Pin
AReady28-Jul-20 1:12
AReady28-Jul-20 1:12 
GeneralRe: An idea I just had to get out there before it dies Pin
DerekT-P28-Jul-20 1:48
professionalDerekT-P28-Jul-20 1:48 
GeneralRe: An idea I just had to get out there before it dies Pin
DidiKunz28-Jul-20 3:10
DidiKunz28-Jul-20 3:10 
GeneralRe: An idea I just had to get out there before it dies Pin
patbob28-Jul-20 5:33
patbob28-Jul-20 5:33 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch28-Jul-20 5:44
mvahoney the codewitch28-Jul-20 5:44 
GeneralRe: An idea I just had to get out there before it dies Pin
patbob28-Jul-20 5:53
patbob28-Jul-20 5:53 
GeneralRe: An idea I just had to get out there before it dies Pin
honey the codewitch28-Jul-20 6:41
mvahoney the codewitch28-Jul-20 6:41 
GeneralRe: An idea I just had to get out there before it dies Pin
Dan Sutton28-Jul-20 5:45
Dan Sutton28-Jul-20 5:45 

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.