Re: School Districts Contacts 2024

2024-12-17 Thread Lila Evans via Cygwin
Hi there, We are excited to offer you a comprehensive email list of school districts that includes key contact information such as phone numbers, email addresses, mailing addresses, company revenue, size, and web addresses. Our databases also cover related industries such as: * K-12 schools

Re: Atomic mmap replacement

2024-12-17 Thread Ken Brown via Cygwin
On 12/16/2024 2:58 PM, Ken Brown via Cygwin wrote: On 12/16/2024 8:32 AM, Corinna Vinschen via Cygwin wrote: Right now, mmaping with PROT_NONE and then re-mmaping with PROT_WRITE doesn't work.  Cygwin implements PROT_NONE not as MAP_RESERVE, but as MEM_COMMIT with PAGE_NOACCESS.  mmap() doesn't

Re: procps can work

2024-12-17 Thread Takashi Yano via Cygwin
On Wed, 18 Dec 2024 10:25:25 +0800 凯夏 wrote: > So, there is a big performance difference between windows and linux? > On linux, 3000 processes just take about 0.1 second. I guess some APIs of cygwin are much slower than Linux. Achim, any idea? -- Takashi Yano -- Problem reports: https://

Re: procps can work

2024-12-17 Thread 凯夏 via Cygwin
So, there is a big performance difference between windows and linux? On linux, 3000 processes just take about 0.1 second. On Fri, Dec 13, 2024 at 10:22 AM 凯夏 wrote: > After I upgraded to 3.6.0-0.287.g1d1451ccd2a6, procps can work now. > It doesn't just hang for a short time, I have a crontab job

Re: Atomic mmap replacement

2024-12-17 Thread Ken Brown via Cygwin
Hi Corinna, On 12/17/2024 11:38 AM, Corinna Vinschen via Cygwin wrote: Ideally a separate patch. If you see a chance to send it to cygwin-patches this week, we can even merge it into 3.5.5, which I'm planning to release end of this week (after that --> vacation :))) That should be no problem.

Re: Atomic mmap replacement

2024-12-17 Thread Corinna Vinschen via Cygwin
Hi Ken, On Dec 17 10:34, Ken Brown via Cygwin wrote: > On 12/16/2024 2:58 PM, Ken Brown via Cygwin wrote: > > On 12/16/2024 8:32 AM, Corinna Vinschen via Cygwin wrote: > > > Right now, mmaping with PROT_NONE and then re-mmaping with PROT_WRITE > > > doesn't work.  Cygwin implements PROT_NONE not a