Wednesday, August 3, 2016

Digest for comp.programming.threads@googlegroups.com - 2 updates in 2 topics

Ramine <ramine@1.1>: Aug 02 11:14AM -0400

Hello,
 
Stackful coroutines library for Delphi and FreePascal.
 
 
Because threads alone are expensive on windows because
thread uses one Megabytes of stack, so you can use this library
with my Threadpool engine that scales well to be able to serve
a great number of internet connections or TCP/IP socket connections, and
of course you can do with it many others things such us simulations etc.
 
 
Description:
 
This library to do Stackful Coroutines was ported to the
32 bit FreePascal and to 64 bit Delphi compilers and enhanced
with a semaphore and a mutex by Amine Moulay Ramdane.
 
Use the threads.pas unit for 32 bit compilers,
and use threads64.pas unit for 64 bit compilers.
 
Main features:
 
Very small RAM overhead and provides semaphore and mutex.
 
 
You can download this library from:
 
https://sites.google.com/site/aminer68/stackful-coroutines-library-for-delphi-and-freepascal
 
Look at the defines.inc include file, you can
configure it like this:
 
{$DEFINE XE} for Delphi XE compilers.
 
{$DEFINE FPC} for FreePascal.
 
{$DEFINE Delphi} for Delphi 7 to Delphi 2007 compilers.
 
Language: FPC Pascal v2.2.0+ / Delphi 5+: http://www.freepascal.org/
 
Operating Systems: Win (x86).
 
 
 
Thank you,
Amine Moulay Ramdane.
bleachbot <bleachbot@httrack.com>: Aug 02 05:13PM +0200

You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: