From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Tue, 13 May 2014 15:11:02 +0400 Message-ID: Subject: acme, upas commits From: Alexander Sychev To: plan9port-dev , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e01183daa97cc8604f9461e92 Topicbox-Message-UUID: e601f550-ead8-11e9-9d60-3106f5b1d025 --089e01183daa97cc8604f9461e92 Content-Type: text/plain; charset=UTF-8 Hi, I have commited some changes in my experimental fork of plan9port. https://bitbucket.org/santucco/plan9port For acme I made thread safe processing of regular expressions (actually by creating some context). For upas/nfs I made a monitoring of all mailboxes and a decoding of international names of mailboxes. I'm living with these changes for some time, they are working. P.S. By the way, new log feature is excellent, it's a time to make more applications for acme :-) -- Best regards, santucco -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --089e01183daa97cc8604f9461e92 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I have commited some changes in my = experimental fork of plan9port.
https://bitbucket.org/santucco/plan9port
=
For acme I made thread safe processing of regular expressions (a= ctually by creating some context).
For upas/nfs I made a monitori= ng of all mailboxes and a decoding of international names of mailboxes.

I'm living with these changes for some time, they a= re working.=C2=A0

P.S.
By the w= ay, new log feature is excellent, it's a time to make more applications= for acme :-)
--
Best regards,
=C2=A0 santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9= port-dev+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--089e01183daa97cc8604f9461e92-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 13 May 2014 05:23:09 -0700 From: quanstro To: plan9port-dev@googlegroups.com Cc: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-Id: <849c2fe8-20f3-43d5-84c9-b50165958102@googlegroups.com> In-Reply-To: References: Subject: Re: acme, upas commits MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3667_17631255.1399983790032" Topicbox-Message-UUID: e606731e-ead8-11e9-9d60-3106f5b1d025 ------=_Part_3667_17631255.1399983790032 Content-Type: text/plain; charset=UTF-8 in theory the threads that interact with regular expressions in acme are all cooperatively scheduled. have you seen a case where they are not? did pthreads blow up the model? - erik On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexander Sychev wrote: > > Hi, > > I have commited some changes in my experimental fork of plan9port. > https://bitbucket.org/santucco/plan9port > > For acme I made thread safe processing of regular expressions (actually by > creating some context). > For upas/nfs I made a monitoring of all mailboxes and a decoding of > international names of mailboxes. > > I'm living with these changes for some time, they are working. > > P.S. > By the way, new log feature is excellent, it's a time to make more > applications for acme :-) > -- > Best regards, > santucco > -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ------=_Part_3667_17631255.1399983790032 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
in theory the threads that interact with regular expressio= ns in acme
are all cooperatively scheduled.  have you seen a case = where they
are not?  did pthreads blow up the model?

- erik

On Tuesday, May 13, 2014 7:11:02 AM UTC-4, = Alexander Sychev wrote:
Hi,

I have commited some changes in my experim= ental fork of plan9port.

For acme I made thread safe processing of regular expressions (a= ctually by creating some context).
For upas/nfs I made a monitori= ng of all mailboxes and a decoding of international names of mailboxes.

I'm living with these changes for some time, they are w= orking. 

P.S.
By the way, = new log feature is excellent, it's a time to make more applications for acm= e :-)
--
Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9= port-dev+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_3667_17631255.1399983790032-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <849c2fe8-20f3-43d5-84c9-b50165958102@googlegroups.com> References: <849c2fe8-20f3-43d5-84c9-b50165958102@googlegroups.com> Date: Tue, 13 May 2014 16:34:29 +0400 Message-ID: Subject: Re: acme, upas commits From: Alexander Sychev To: quanstro@gmail.com Cc: plan9port-dev , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0122f6aa069bb904f94749ad Topicbox-Message-UUID: e60ac0b8-ead8-11e9-9d60-3106f5b1d025 --089e0122f6aa069bb904f94749ad Content-Type: text/plain; charset=UTF-8 There were problems in p9p under linux, when amail makes simultaneous searches in different windows. On Tue, May 13, 2014 at 4:23 PM, quanstro wrote: > in theory the threads that interact with regular expressions in acme > are all cooperatively scheduled. have you seen a case where they > are not? did pthreads blow up the model? > > - erik > > > On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexander Sychev wrote: >> >> Hi, >> >> I have commited some changes in my experimental fork of plan9port. >> https://bitbucket.org/santucco/plan9port >> >> For acme I made thread safe processing of regular expressions (actually >> by creating some context). >> For upas/nfs I made a monitoring of all mailboxes and a decoding of >> international names of mailboxes. >> >> I'm living with these changes for some time, they are working. >> >> P.S. >> By the way, new log feature is excellent, it's a time to make more >> applications for acme :-) >> -- >> Best regards, >> santucco >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "plan9port-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to plan9port-dev+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, santucco -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --089e0122f6aa069bb904f94749ad Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
There were problems in p9p under linux, when amail makes = =C2=A0simultaneous searches in different windows.=C2=A0


On Tue, May 13, 2014 at 4:2= 3 PM, quanstro <quanstro@gmail.com> wrote:
in theory the threads that = interact with regular expressions in acme
are all cooperatively schedul= ed. =C2=A0have you seen a case where they
are not? =C2=A0did pthreads blow up the model?

- erik


On Tuesday, May 13, 2014 7:11:02 AM = UTC-4, Alexander Sychev wrote:
Hi,

I have commited some changes in my = experimental fork of plan9port.

For acme I made thread safe processing of regular expressions (a= ctually by creating some context).
For upas/nfs I made a monitori= ng of all mailboxes and a decoding of international names of mailboxes.

I'm living with these changes for some time, they a= re working.=C2=A0

P.S.
By the w= ay, new log feature is excellent, it's a time to make more applications= for acme :-)
--
Best regards,
=C2=A0 santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- Best regards,
=C2=A0 santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9= port-dev+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--089e0122f6aa069bb904f94749ad-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 13 May 2014 05:44:13 -0700 From: quanstro To: plan9port-dev@googlegroups.com Cc: quanstro@gmail.com, Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-Id: <0b731054-ea10-41e4-ab01-5f56ff6816f1@googlegroups.com> In-Reply-To: References: <849c2fe8-20f3-43d5-84c9-b50165958102@googlegroups.com> Subject: Re: acme, upas commits MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3601_25025107.1399985053724" Topicbox-Message-UUID: e60fabd2-ead8-11e9-9d60-3106f5b1d025 ------=_Part_3601_25025107.1399985053724 Content-Type: text/plain; charset=UTF-8 did you track down why the unexpected concurrency was happening? this could result in other bugs as well. - erik On Tuesday, May 13, 2014 8:34:29 AM UTC-4, Alexander Sychev wrote: > > There were problems in p9p under linux, when amail makes simultaneous > searches in different windows. > > > On Tue, May 13, 2014 at 4:23 PM, quanstro > > wrote: > >> in theory the threads that interact with regular expressions in acme >> are all cooperatively scheduled. have you seen a case where they >> are not? did pthreads blow up the model? >> >> - erik >> >> >> On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexander Sychev wrote: >>> >>> Hi, >>> >>> I have commited some changes in my experimental fork of plan9port. >>> https://bitbucket.org/santucco/plan9port >>> >>> For acme I made thread safe processing of regular expressions (actually >>> by creating some context). >>> For upas/nfs I made a monitoring of all mailboxes and a decoding of >>> international names of mailboxes. >>> >>> I'm living with these changes for some time, they are working. >>> >>> P.S. >>> By the way, new log feature is excellent, it's a time to make more >>> applications for acme :-) >>> -- >>> Best regards, >>> santucco >>> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "plan9port-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to plan9port-de...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Best regards, > santucco > -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ------=_Part_3601_25025107.1399985053724 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
did you track down why the unexpected concurrency was happ= ening?  this
could result in other bugs as well.

- erik

On Tuesday, May 13, 2014 8:34:29 AM UTC-4, Alexander = Sychev wrote:
= There were problems in p9p under linux, when amail makes  simultaneous= searches in different windows. 


On Tue, May 13, 2014 at 4:23 PM, quanstro <quan...@gmail.com> wrote:
in theory the threads that = interact with regular expressions in acme
are all cooperatively schedul= ed.  have you seen a case where they
are not?  did pthreads blow up the model?

- erik


On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexan= der Sychev wrote:
Hi,

I have commited some changes in my = experimental fork of plan9port.

For acme I made thread safe processing of regular expressions (a= ctually by creating some context).
For upas/nfs I made a monitori= ng of all mailboxes and a decoding of international names of mailboxes.

I'm living with these changes for some time, they are w= orking. 

P.S.
By the way, = new log feature is excellent, it's a time to make more applications for acm= e :-)
--
Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups "= plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-de...@googlegro= ups.com.
For more options, visit https://groups.google.com/d/optout.



-- Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9= port-dev+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_3601_25025107.1399985053724-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <0b731054-ea10-41e4-ab01-5f56ff6816f1@googlegroups.com> References: <849c2fe8-20f3-43d5-84c9-b50165958102@googlegroups.com> <0b731054-ea10-41e4-ab01-5f56ff6816f1@googlegroups.com> Date: Tue, 13 May 2014 17:34:17 +0400 Message-ID: Subject: Re: acme, upas commits From: Alexander Sychev To: quanstro@gmail.com Cc: plan9port-dev , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0122f332e3861704f9481e39 Topicbox-Message-UUID: e61b98f2-ead8-11e9-9d60-3106f5b1d025 --089e0122f332e3861704f9481e39 Content-Type: text/plain; charset=UTF-8 Are there other similar bugs? Actually, I was digging only the amail's problem. Now I can't recall all details (it was few months ago), but I had saw parallel calls of regexp functions without any lock and I thought it should be such way. On Tue, May 13, 2014 at 4:44 PM, quanstro wrote: > did you track down why the unexpected concurrency was happening? this > could result in other bugs as well. > > - erik > > > On Tuesday, May 13, 2014 8:34:29 AM UTC-4, Alexander Sychev wrote: > >> There were problems in p9p under linux, when amail makes simultaneous >> searches in different windows. >> >> >> On Tue, May 13, 2014 at 4:23 PM, quanstro wrote: >> >>> in theory the threads that interact with regular expressions in acme >>> are all cooperatively scheduled. have you seen a case where they >>> are not? did pthreads blow up the model? >>> >>> - erik >>> >>> >>> On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexander Sychev wrote: >>>> >>>> Hi, >>>> >>>> I have commited some changes in my experimental fork of plan9port. >>>> https://bitbucket.org/santucco/plan9port >>>> >>>> For acme I made thread safe processing of regular expressions (actually >>>> by creating some context). >>>> For upas/nfs I made a monitoring of all mailboxes and a decoding of >>>> international names of mailboxes. >>>> >>>> I'm living with these changes for some time, they are working. >>>> >>>> P.S. >>>> By the way, new log feature is excellent, it's a time to make more >>>> applications for acme :-) >>>> -- >>>> Best regards, >>>> santucco >>>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "plan9port-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to plan9port-de...@googlegroups.com. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Best regards, >> santucco >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "plan9port-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to plan9port-dev+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, santucco -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --089e0122f332e3861704f9481e39 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Are there other similar bugs?

Actually,= I was digging only the amail's problem.=C2=A0
Now I can'= t recall all details (it was few months ago), but I had saw parallel calls = of regexp functions without any lock and I thought it should be such way.


On Tue,= May 13, 2014 at 4:44 PM, quanstro <quanstro@gmail.com> wro= te:
did you track down why the = unexpected concurrency was happening? =C2=A0this
could result in other = bugs as well.

- erik


On Tuesday, May 13, 2014 = 8:34:29 AM UTC-4, Alexander Sychev wrote:
There were problems in p9p under linux, wh= en amail makes =C2=A0simultaneous searches in different windows.=C2=A0


On Tue, May = 13, 2014 at 4:23 PM, quanstro <quan...@gmail.com> wrote:
in th= eory the threads that interact with regular expressions in acme
are all= cooperatively scheduled. =C2=A0have you seen a case where they
are not? =C2=A0did pthreads blow up the model?

- erik


On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexan= der Sychev wrote:
Hi,

I have commited some changes in my = experimental fork of plan9port.

For acme I made thread safe processing of regular expressions (a= ctually by creating some context).
For upas/nfs I made a monitori= ng of all mailboxes and a decoding of international names of mailboxes.

I'm living with these changes for some time, they a= re working.=C2=A0

P.S.
By the w= ay, new log feature is excellent, it's a time to make more applications= for acme :-)
--
Best regards,
=C2=A0 santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-de...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Best regards,
= =C2=A0 santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
= Best regards,
=C2=A0 santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9= port-dev+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--089e0122f332e3861704f9481e39-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 13 May 2014 06:58:06 -0700 From: quanstro To: plan9port-dev@googlegroups.com Cc: quanstro@gmail.com, Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-Id: <4e562e73-7f55-48f1-a388-1b73d84078ed@googlegroups.com> In-Reply-To: References: <849c2fe8-20f3-43d5-84c9-b50165958102@googlegroups.com> <0b731054-ea10-41e4-ab01-5f56ff6816f1@googlegroups.com> Subject: Re: acme, upas commits MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1856_27989063.1399989486713" Topicbox-Message-UUID: e6291892-ead8-11e9-9d60-3106f5b1d025 ------=_Part_1856_27989063.1399989486713 Content-Type: text/plain; charset=UTF-8 right. as i mentioned, the structure of acme had been to keep all the threads that might otherwise need locking in the same proc so as to use cooperative multitasking to avoid the need for explicit locking. therefore, i would not expect this bug to happen unless this code is either somehow exceptional, or acme was working in to procs when it should not be, or perhaps threads are not as cooperative as they might be. without resolution on this issue, it would seem likely that other bugs are lurking. even if they have not yet been found. that is, it might be that a more systemic fix may be necessary. - erik On Tuesday, May 13, 2014 9:34:17 AM UTC-4, Alexander Sychev wrote: > > Are there other similar bugs? > > Actually, I was digging only the amail's problem. > Now I can't recall all details (it was few months ago), but I had saw > parallel calls of regexp functions without any lock and I thought it should > be such way. > > > On Tue, May 13, 2014 at 4:44 PM, quanstro > > wrote: > >> did you track down why the unexpected concurrency was happening? this >> could result in other bugs as well. >> >> - erik >> >> >> On Tuesday, May 13, 2014 8:34:29 AM UTC-4, Alexander Sychev wrote: >> >>> There were problems in p9p under linux, when amail makes simultaneous >>> searches in different windows. >>> >>> >>> On Tue, May 13, 2014 at 4:23 PM, quanstro wrote: >>> >>>> in theory the threads that interact with regular expressions in acme >>>> are all cooperatively scheduled. have you seen a case where they >>>> are not? did pthreads blow up the model? >>>> >>>> - erik >>>> >>>> >>>> On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexander Sychev wrote: >>>>> >>>>> Hi, >>>>> >>>>> I have commited some changes in my experimental fork of plan9port. >>>>> https://bitbucket.org/santucco/plan9port >>>>> >>>>> For acme I made thread safe processing of regular expressions >>>>> (actually by creating some context). >>>>> For upas/nfs I made a monitoring of all mailboxes and a decoding of >>>>> international names of mailboxes. >>>>> >>>>> I'm living with these changes for some time, they are working. >>>>> >>>>> P.S. >>>>> By the way, new log feature is excellent, it's a time to make more >>>>> applications for acme :-) >>>>> -- >>>>> Best regards, >>>>> santucco >>>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "plan9port-dev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to plan9port-de...@googlegroups.com. >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Best regards, >>> santucco >>> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "plan9port-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to plan9port-de...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Best regards, > santucco > -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ------=_Part_1856_27989063.1399989486713 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
right.  as i mentioned, the structure of acme had bee= n to keep all the
threads that might otherwise need locking in the same= proc so as to
use cooperative multitasking to avoid the need for= explicit locking.
therefore, i would not expect this bug to happ= en unless this code is
either somehow exceptional, or acme was wo= rking in to procs when it
should not be, or perhaps threads are n= ot as cooperative as they might
be.

with= out resolution on this issue, it would seem likely that other bugs
are lurking.  even if they have not yet been found.  that is, i= t might be
that a more systemic fix may be necessary.
<= br>
- erik

On Tuesday, May 13, 2014 9:34= :17 AM UTC-4, Alexander Sychev wrote:
Are there other similar bugs?

Ac= tually, I was digging only the amail's problem. 
Now I can't= recall all details (it was few months ago), but I had saw parallel calls o= f regexp functions without any lock and I thought it should be such way.


On Tue, May 13, 2014 at 4:44 = PM, quanstro <qua= n...@gmail.com> wrote:
did you track down why the = unexpected concurrency was happening?  this
could result in other = bugs as well.

- erik


On Tuesday, May 13, 2014 8:34:29 AM = UTC-4, Alexander Sychev wrote:
There were problems in p9p under linux, when amail ma= kes  simultaneous searches in different windows. 


On Tue, May 13, 2014 at 4:23 PM, q= uanstro <quan...@gmail.com> wrote:
in theory the th= reads that interact with regular expressions in acme
are all cooperativ= ely scheduled.  have you seen a case where they
are not?  did pthreads blow up the model?

- erik


On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexan= der Sychev wrote:
Hi,

I have commited some changes in my = experimental fork of plan9port.

For acme I made thread safe processing of regular expressions (a= ctually by creating some context).
For upas/nfs I made a monitori= ng of all mailboxes and a decoding of international names of mailboxes.

I'm living with these changes for some time, they are w= orking. 

P.S.
By the way, = new log feature is excellent, it's a time to make more applications for acm= e :-)
--
Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups "= plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-de...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups "= plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-de...@googlegro= ups.com.
For more options, visit https://groups.google.com/d/optout.



--
= Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9= port-dev+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_1856_27989063.1399989486713--