[Lazarus] Lazarus make me create better apps

Marco van de Voort marcov at stack.nl
Thu May 13 23:38:10 CEST 2010


On Fri, May 07, 2010 at 10:48:24AM -0400, Lee Jenkins wrote:
> > absolutely no leaks so the SmartPointer/ReferenceCounting would be 
> > really useful because in most projects there are other people that 
> > forget to free some stuff.
> 
> Can anyone in the know, comment on this?  I've been using FPC for a couple of 
> threaded TCP server applications since 2005 and haven't had any problems. 
> Though admittedly, they are not what I'd call high traffic in terms of 
> concurrent connections.
> 
> I'm working on a project now where I expect to have some fairly higher 
> concurrent connections (maybe 300-600) so I hope (and assume) all is well for 
> threaded apps on Linux servers :-)

There have been some problems with threading in early 2.0.x times maybe. I
think it is ancient history.

The only "problem" I know threads that created/run but that are not
initialized via FPC threading system, but that is a problem for every
language with threadvars afaik. 




More information about the Lazarus mailing list