Git Product home page Git Product logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
[ThreadStatic]
private static Property<T>[] readProps, writeProps;

[ThreadStatic]
 private static KeyValuePair<Type, Property<T, T>>[] subclasses;

Original comment by [email protected] on 9 Dec 2008 at 2:04

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
OK, I will post a fix later today - but I don't think [ThreadStatic] will be 
the way, 
since that would preclude any re-use. It will be something related, though.

Original comment by marc.gravell on 9 Dec 2008 at 4:58

  • Changed state: Started

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I wait for to hear your good news.

Original comment by [email protected] on 9 Dec 2008 at 5:48

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024

Original comment by marc.gravell on 9 Dec 2008 at 8:35

  • Changed state: Fixed

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
(fixed in latest build)

Original comment by marc.gravell on 9 Dec 2008 at 10:19

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Oh,I have seen the latest build;
I find there is a new object "lockToken" to lock the threaded-unsafe-process.
but I don't think the Monitor will be the way, 
the Monitor just make a multi-thread program to a one-thread program.
I think it is not highly active way.

Original comment by [email protected] on 9 Dec 2008 at 12:42

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
No, that isn't what it does... the lock is *only* taken during the Build() 
step; and 
only if the model hasn't already been built. For most cases, this will mean 
only one 
use of lock per-type, and after that no locks at all.

This change does not serialize calls to the main serialization code.

Original comment by marc.gravell on 9 Dec 2008 at 1:39

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Ah, that accounts for it!
I will try it again tomorrow.

Original comment by [email protected] on 9 Dec 2008 at 2:15

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Oh, I have tested again . You are right.

Original comment by [email protected] on 10 Dec 2008 at 3:03

from protobuf-net.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Closed (verified)

Original comment by marc.gravell on 6 Jan 2009 at 7:51

  • Changed state: Verified

from protobuf-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.