Welcome, Guest. Please login or register.

Author Topic: Question for software engineering pros  (Read 3944 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show all replies
Re: Question for software engineering pros
« on: January 26, 2005, 04:24:54 PM »
In the spirit of Amiga, I like the idea of OOP applied in hardware. But certainly not the CISC way.
But I know someone who already thought this way at least 20 years ago.
And the canary said: \'chirp\'
 

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show all replies
Re: Question for software engineering pros
« Reply #1 on: January 30, 2005, 07:52:18 PM »
@Karlos,
with locks, you mean MUTEXes, I guess?
And the canary said: \'chirp\'
 

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show all replies
Re: Question for software engineering pros
« Reply #2 on: January 31, 2005, 02:21:55 PM »
@bloodline
Karlos was talking about an algorithm to deal with data, so two or more seperately running programs within a program (called threads) cannot acces the same data at the same time. If I know it correctly, if a thread wants to acces the data at the same time as another thread, it is placed in a queue. (plus some more features like that)
very nice indeed to prevent lockups :-)
And the canary said: \'chirp\'