Description:
Use comp.lang.pascal.delphi.misc instead.
|
|
|
Parallel archiver 1.86
|
| |
Hello,
Parallel archiver was updated to version 1.86, i have rewrote LZMAStream.pas and
LZ4Stream.pas and LZOStream.pas to be faster and to use less memory.
You can download Parallel archiver that is
very stable from:
[link]
Thank you,
Amine Moulay Ramdane,... more »
|
|
Parallel archiver info
|
| |
...
Hello,
Compression with my Parallel archiver results in quicker transfer times as the same data is represented by less bytes, in addition to a common benefit for file transfer; combining files into one archive for continuous transfer can often be much quicker than re-negotiationg a new... more »
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI
Version: 2006-09-16
First maintainer: Esther Michaels
Current maintainer: Maarten Wiltink (Evil miniFAQ Boss)
Posting schedule: Short version every Sunday, full version every first of
the month
Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
Problem with thread (TClientSocket and waiting)
|
| |
Hi
I have a problem with a thread
I tried to my my TClientSocket in a thread, but now I face a new problem. The thread will stop and wait when I enter the repeat below - which not the idea of a thread.
The thread will create the command in the first line and pass it to the TClientSocket - however the thread is halted while waiting here - dont know why.... more »
|
|
I have received the following question
|
| |
.
Hello,
I have received the following question:
>Hi all,
>I need a simple FIFO queue, which would allow the communication >between two threads (producer - consumer).
>Please note that my model is: one producer - one consumer. One >producer (main thread) builds an object, which it then pushes to the... more »
|
|
Parallel archiver version 1.84 ...
|
| |
Hello,
Parallel archiver was updated to version 1.85, i have overloaded the GetKeys() method ,
now you can use wildcards, you can pass the wildcard in the first argument and the TStringList in the second argument like this:
pzr.getkeys('*.pas',st);
and after that call the ExtractFiles() method and pass it the TStringList.... more »
|
|
|