Bug #33682 Patch: Semaphore class is Windows only preventing mono from using connector
Submitted: 3 Jan 2008 23:16 Modified: 8 Jul 2008 14:09
Reporter: Andrew A Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:1.0.10+ OS:Linux
Assigned to: CPU Architecture:Any
Tags: connector, Contribution, Mono, pooling, Semaphore

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[3 Jan 2008 23:18] Andrew A
Patch from current to new Semaphore class design

Attachment: Semaphore_Managed.patch (application/octet-stream, text), 4.86 KiB.

[3 Jan 2008 23:18] Andrew A
Result class from the patch being applied and suggested replacement

Attachment: Semaphore.cs (octet/stream, text), 4.12 KiB.

[3 Jan 2008 23:19] Andrew A
Test Case - Run under Mono

Attachment: SemaphorePoolTest.cs (octet/stream, text), 599 bytes.

[3 Jan 2008 23:33] Andrew A
Additional PoolingTest NUnit Test

Attachment: PoolingTests_Updated.patch (application/octet-stream, text), 2.96 KiB.