You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/09/02 15:06:21 UTC

[jira] [Comment Edited] (IGNITE-3199) .NET: ASP.NET Session-State Store Provider

    [ https://issues.apache.org/jira/browse/IGNITE-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458690#comment-15458690 ] 

Pavel Tupitsyn edited comment on IGNITE-3199 at 9/2/16 3:05 PM:
----------------------------------------------------------------

Approaches to Java processor invoke:
* JavaObject way - see JavaCacheEntryEventFilter for example. This is cleaner and allows users to implement their own Java processors.
* Non-public API way: expose a method on ICacheInternal. This is a bit faster, since allows more direct approach with op codes instead of class name.

Let's stick to the second one and add OP_INVOKE_INTERNAL to the PlatformCache in Java.


was (Author: ptupitsyn):
Approaches to Java processor invoke:
* JavaObject way - see JavaCacheEntryEventFilter for example. This is cleaner and allows users to implement their own Java processors.
* Non-public API way: expose a method on ICacheInternal. This is a bit faster, since allows more direct approach with op codes instead of class name.

> .NET: ASP.NET Session-State Store Provider
> ------------------------------------------
>
>                 Key: IGNITE-3199
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3199
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>    Affects Versions: 1.7
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .net
>             Fix For: 1.8
>
>
> See https://msdn.microsoft.com/en-us/library/ms178587.aspx
> Code should be put to Apache.Ignite.AspNet assembly (see IGNITE-2379)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)