Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Re: Types of software tool used with Tcl - was "What sort of apps are people writing with Tcl?&
When it comes to some things like code coverage or flow tracing, I'd
probably use the tools from ActiveState if I needed them. But for other
things (memory analysis is an example) I'd either use the built-in
memory analyzer (it's a compile-time option because it has a noticable
impact on speed) or a tool like Valgrind or Purify.

Deadlock detection isn't usually an issue; I try to write lock-free
code. :^) Tcl makes that easy (inter-thread communication is typically
done by posting messages, and not locking shared resources) Either that
or the application I'm dealing with is based on two or more separate
computers, possibly on different continents, and conventional deadlock
detectors don't work too well. (I'm also lucky if the problem is
expressible in a single programming language.)

Don't get me wrong; having more tools is good. Just not a panacaea.
Donal.


Report this thread to moderator Post Follow-up to this message
Old Post
Donal K. Fellows
12-22-04 09:04 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Tcl archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:02 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.