You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Arne Roomann-Kurrik (JIRA)" <ji...@apache.org> on 2009/10/23 01:27:59 UTC

[jira] Created: (SHINDIG-1207) SampleContainerHandler should be ported to PHP

SampleContainerHandler should be ported to PHP
----------------------------------------------

                 Key: SHINDIG-1207
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1207
             Project: Shindig
          Issue Type: New Feature
          Components: PHP
            Reporter: Arne Roomann-Kurrik
            Priority: Minor


For the samplecontainer to work correctly in PHP shindig, Java's SampleContainerHandler backend should be ported to the PHP version.
java/social-api/src/main/java/org/apache/shindig/social/sample/service/SampleContainerHandler.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-1207) SampleContainerHandler should be ported to PHP

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769775#action_12769775 ] 

Chris Chabot commented on SHINDIG-1207:
---------------------------------------

I've been holding off on that because so much of the service depends on a java-esq environment where there's shared variables between processes (do evil, debug output, etc) that will go away when you restart the service.. none of these things are true in php (no shared resources, and perm storage) so replicating the functionality identically is going to be tricky.

On the other hand plenty of people have run into issues with it, so from a user perspective it would be a good thing

I'm open to suggestions here :)

> SampleContainerHandler should be ported to PHP
> ----------------------------------------------
>
>                 Key: SHINDIG-1207
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1207
>             Project: Shindig
>          Issue Type: New Feature
>          Components: PHP
>            Reporter: Arne Roomann-Kurrik
>            Priority: Minor
>
> For the samplecontainer to work correctly in PHP shindig, Java's SampleContainerHandler backend should be ported to the PHP version.
> java/social-api/src/main/java/org/apache/shindig/social/sample/service/SampleContainerHandler.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.