Re: [fpc-pascal] Re: Multi-threaded project with few locks (no Thread.waitfor). Memory consumption keeps increasing on Ubuntu 10.10 x64

2010-10-15 Thread JeLlyFish . software
On Fri, 15 Oct 2010 17:24:03 +0200, Sven Barth wrote: The problem isn't the pthreads library. The problem is the POSIX threading specification of which pthreads is an implementation (look at the comment in CSuspendThread again). Actually, it's not even a problem. Externally suspending a th

Re: [fpc-pascal] howto store passwords

2015-11-01 Thread jellyfish . software
On November 2, 2015 5:29:29 AM GMT+01:00, Ralf Quint wrote: >The downside of that approach however is that it this opens up the >possibility to create a matching hash on "inappropriate" passwords (too > >short, easy to look up/guess) and hence get access... And that's why we use cryptographi