Re: Multi person work on one PCB - Altium DXP 2004



"Charlie Edmondson" <edmondson@xxxxxxxx> wrote in message
news:465ef1da@xxxxxxxxxxxxxxxxxxx
What you would need would be a multi-window application, where each
individual is actually working on the same 'internal' database. It would
necessitate a lot of network action, as each users manipulations of the data
would need to IMMEDIATELY appear in all other users virtual database. It
might actually be doable, but would get real interesting as the user count
went up!

If Cadence is interested in doing this, perhaps they could hire some of the
programmers from, e.g., Everquest or one of the other massively multiplayer
games? Now *there's* a difficult "simultaneous access" problem: Even though
the games are split across many servers, there's typically still thousands of
users accessing the same "zone" whereby any changes they make have to be
propagated to everyone else if they're relevant.

Altium sounds like it's one step ahead of ORCAD in that Brad tells us it keeps
listening for file changes even after you've opened a read only copy because
Joe down the hallway is modifiyng the schematic. As far as I can tell, ORCAD
tells you just when you try to open the file that it's read-only or nothing,
and after that it quits listening for file update messages. I'm not
complaining though -- while ORCAD's behavior in this regard is about the
minimum I'd expect, it's also adequate for my uses.

---Joel


.



Relevant Pages

  • Re: Orcad import .bom file into database
    ... > I have a design in Orcad. ... I make a Databse.mdb database for my project with Contol ... The Orcad .bom file format is not easily parsed - it's ... the part IDs to the old part ID fields, and then use the old part IDs to ...
    (comp.arch.embedded)
  • Re: OrCAD fun & games
    ... With the new features you can build SCH symbol ... If I recall correctly that is essentially what CIS did, ... it's very difficult to make ORCAD look like a good value ... CIS uses any ODBC compliant database for it's data. ...
    (sci.electronics.cad)
  • Re: Cadence killing off Orcad PCB Layout
    ... The guy who wrote the database maintenance program was a summer intern, so when he left it began to slowly fall into disarray and it became clear that some of the program's architecture was not as conducive to getting design work done as we'd have liked. ... fancy MRP systems and our IT guy has been tasked with getting it integrated with ORCAD. ... OrCad has great stuff such as lots of additional part fields, something that took Cadsoft many years to add. ...
    (sci.electronics.cad)
  • Re: Cadence killing off Orcad PCB Layout
    ... For production items we use ORCAD and it was previously tied into a home-grown ... The guy who wrote the database maintenance program was a ...
    (sci.electronics.cad)
  • Re: Windows Service in C#
    ... The data in the file changes ... I am using FileSystemWatcher object which monitors that file for ... the database the service quits unexpectedly. ... In this way you can use the debugger against the service in the same way as if you were debugging a standard windows executable. ...
    (microsoft.public.dotnet.languages.csharp)