EP2704398A1 - Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent - Google Patents

Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent Download PDF

Info

Publication number
EP2704398A1
EP2704398A1 EP12181883.5A EP12181883A EP2704398A1 EP 2704398 A1 EP2704398 A1 EP 2704398A1 EP 12181883 A EP12181883 A EP 12181883A EP 2704398 A1 EP2704398 A1 EP 2704398A1
Authority
EP
European Patent Office
Prior art keywords
content
cloud
change notification
broker
applications
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP12181883.5A
Other languages
English (en)
French (fr)
Inventor
Veselin Pizurica
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Awingu NV
Original Assignee
Awingu NV
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Awingu NV filed Critical Awingu NV
Priority to EP12181883.5A priority Critical patent/EP2704398A1/de
Priority to US14/010,848 priority patent/US20140059217A1/en
Publication of EP2704398A1 publication Critical patent/EP2704398A1/de
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/562Brokering proxy services

Definitions

  • the present invention generally relates to real-time notification of content changes in a cloud storage environment where different applications simultaneously share the same content.
  • a user or multiple users can use different applications on one or multiple devices to simultaneously read or change the content.
  • Changing content in the context of the current patent application comprises creating or rendering, moving, updating or editing, copying, and deleting a file, object, directory or subdirectory stored in a cloud storage system.
  • a cloud storage system is a networked pool of storage resources, e.g. web servers located in one or several data centers, operated and hosted by a third party different from the user, e.g. a data center operator.
  • asynchronous notification of content changes is required.
  • the WebDAV protocol defined in Internet Engineering Task Force (IETF) RFC 4918 provides a framework for users to change content stored on a web server.
  • the WebDAV or Web Distributed Authoring and versioning protocol is an extension of the HyperText Transfer protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on web servers.
  • HTTP HyperText Transfer protocol
  • the most important features of the WebDAV protocol include creation, removal and querying file information. This way, the WebDAV protocol has made the web a readable and writable medium.
  • the WebDAV protocol however does not foresee asynchronous notification in case a file has changed as a result of an action of different users of that file, or in case the same user accesses a file through different applications running on one or plural devices.
  • Dropbox app is an existing application that supports asynchronous notification of file changes.
  • the Dropbox app triggers a re-synchronization protocol for file updates with the different users.
  • the Dropbox app is limited to one particular application, i.e. Dropbox. In other words, it does not allow notification across different applications that share the same content over cloud infrastructure.
  • the above defined objectives are realized by the method for notification of content changes across different applications that share same content in a cloud storage system defined by claim 1, the method comprising:
  • a cloud IO broker i.e. a server that keeps track of the applications that require change notifications and the exact content for which these applications require change notification.
  • Each cloud IO broker shall inform a cloud IO agent, i.e. an application which runs in the cloud data center, on the content for which it desires to receive change notifications.
  • a cloud IO broker informs the cloud IO agent on the files, objects and directories for which it needs notification of content change events.
  • the cloud IO agent will monitor the cloud storage system for content changes. Different implementations are possible.
  • the cloud IO agent may permanently scan the registered content for changes or the cloud infrastructure may notify the cloud IO agent of each content change.
  • the cloud IO agent sends a change notification, e.g. a cloud IO event or CMUD (create, move, update or delete) event, to the relevant cloud IO brokers.
  • CMUD create, move, update or delete
  • the cloud IO agent compares files, objects and directories that have changed against the files, objects and directories that were registered for change notification.
  • Each cloud IO broker at last shall multicast the change notification, i.e. the CMUD event, to the relevant applications registered with it.
  • the applications can reside on a single device of a single user, or they can reside on multiple devices from one or more users. It remains the clients responsibility to fetch and interpret the change notification, i.e. the CMUD event, and to render the content change appropriately.
  • the method according to the invention with cloud IO agent monitoring content changes and cloud IO brokers multicasting content changes to applications that register with it for this service allows different applications across different devices and different platforms to receive asynchronous content change notifications in an open and transparent manner.
  • all applications of all users that share content stored in a cloud storage system shall at any point in time have the same presentation or version of the shared content.
  • the method for notification of content changes according to the present invention may further comprise:
  • the cloud IO broker may be implemented with an authentication function allowing to decide whether or not to accept a request for change notification from a client device hosting an application that requires change notification.
  • an authentication function allowing to decide whether or not to accept a request for change notification from a client device hosting an application that requires change notification.
  • a basic HTTP authentication mechanism can be used between the client device and cloud IO broker to establish a trusted connection for the change notification.
  • the second content change notification may be multicasted via HTTP WebSockets or HTTP REST calls.
  • client devices connected to a cloud storage system via the HyperText Transfer Protocol can receive content change notifications in real time by use of HTTP WebSockets or HTTP REST (REpresentational State Transfer) calls.
  • HTTP WebSockets or HTTP REST (REpresentational State Transfer) calls.
  • the content changes that happen in the cloud storage system and that are reported by the cloud IO agent can be propagated as CMUD (create, move, update or delete) events over HTTP to the different applications that are connected at that moment and that have registered for the content change notification service.
  • CMUD create, move, update or delete
  • HTTP REST calls can be used to propagate the CMUD events.
  • the applications may register for content change notification with the cloud IO broker via HTTP POST requests or HTTP WebSocket requests.
  • client devices connected to a cloud storage system via HTTP can subscribe to the content change notification service according to the present invention using an HTTP WebSocket request or an HTTP Post request.
  • the HTTP WebSocket request or HTTP POST request must specify the file, object or directory path, the client ID and the client endpoint.
  • HTTP POST request can be used to register for the content change notification service.
  • the present invention relates to a cloud IO broker as defined by claim 5, the cloud IO broker being adapted to tunnel cloud IO events to/from different client devices in a cloud storage system wherein different applications share same content, the cloud IO broker comprising:
  • the present invention relates to a corresponding cloud IO agent as defined by claim 6, the cloud IO agent being adapted for notification of content changes across different applications that share same content in a cloud storage system, the cloud IO agent comprising:
  • Fig. 1 is a block diagram showing a cloud storage system wherein an embodiment of the method for content change notification according to the present invention is implemented;
  • Fig. 2A and 2B illustrate the message flow for content change notification subscription by two applications in an embodiment of the content change notification method according to the present invention.
  • Fig. 3A, 3B and 3C illustrate the message flow upon a content change in an embodiment of the content change notification method according to the present invention.
  • Fig. 1 shows a block diagram with one client device 101 that has two different applications, APP1 or 111 and APP2 or 112, that are connected to a backend cloud storage system 103.
  • the two applications 111 and 112 share content stored in the cloud storage system 103 and desire to have at each point in time the same presentation of the shared cloud content.
  • the applications 111 and 112 therefore shall subscribe to a content change notification service as will be explained in the following paragraphs. Obviously, there is no limit in the number of devices and/or the number of applications that can subscribe to such service.
  • Fig. 1 further shows a cloud IO broker 102.
  • This cloud IO broker 102 is a server that uses WebSockets or HTTP REST calls to tunnel cloud IO events to the different applications that subscribe for the notification service.
  • the cloud applications 111 and 112 are client software applications or clients that subscribe with cloud IO broker 102 for the cloud IO event notification.
  • a client 111 or 112 can subscribe to the cloud IO event notification either using an HTTP POST request or a WebSocket request. This request is respectively denoted 141 and 142 for the clients 111 and 112 in Fig. 1 , and typically comprises the following data:
  • JavaScript Object Notation or JSON format of the request message 141 for WebSockets is as follows:
  • a client shall receive cloud IO events, 148 and 149 in Fig. 1 .
  • cloud IO event defines a file or directory change by means of a CMUD (create, move, update or delete operation) that happened in the cloud storage system 103.
  • a cloud IO event like 148 and 149 comprises the following data:
  • JavaScript Object Notation or JSON format of the IO event 148 is as follows:
  • the cloud IO broker 102 decides whether or not to accept client requests 141 and 142. Thereto, a basic HTTP authentication can be used between the clients 111, 112 and the cloud IO broker 102 to establish trusted connection.
  • Fig. 1 clients APP1 or 111] and APP2 or 112 running on client device 101 register for the cloud IO event notification service with cloud IO broker 102 via respective requests 141 and 142.
  • Cloud IO broker 102 informs cloud IO agent 133 in cloud storage system 103 about the files and directories for which it needs content change event notification via the message 143.
  • the client application 111 changes the file content in the cloud using the WebDAV protocol, as is indicated by arrow 144.
  • a WebDAV server 131 in the cloud storage system 103 is connected to the files/directories cloud store 132 and implements the file/directory changes therein as is indicated by 145 in Fig. 1 .
  • cloud IO agent 133 is notified of the changes in the backend cloud store 132 via message 146.
  • the cloud IO agent 133 compares the files and directories that have changed against the files and directories that were registered in message 143. In case that some of the files or directories that have changed according to message 146 were registered by clients 111 or 112 for content change notification, the cloud IO agent 133 will notify the cloud IO broker 102 about these changes. This is done via cloud IO event message 147. At last, the cloud IO broker 102 will multicast the content changes as cloud IO events 148 and 149 to both applications 111 and 112 via HTTP WebSocket or HTTP REST calls.
  • Fig. 2A and Fig. 2B show in more detail the message flow to register clients 111 and 112 for content change notification in the system of Fig. 1 .
  • Client applications can subscribe to the cloud IO event notification service either using HTTP POST or HTTP WebSocket requests.
  • client applications 111 and 112 subscribe for the service by respectively sending the request messages REQ_IO_11 or 141 and REQ_IQ_21 or 142 to the cloud IO broker 102. Through these request messages 141 and 142, client applications 111 and 112 request to be notified on the cloud IO events changing specific content.
  • path1 is a path in the WebDAV format pointing to the content for which client 111 requests change notification, e.g. "http://user@host.tld/path/”.
  • request 142 sent from client 112 to cloud IO broker 102: path2, clientID2 and clientendpoint2.
  • path2 is a path in the WebDAV format pointing to the content for which client 112 requests change notification, e.g. "http://user@host.tld/path2/".
  • Cloud IO broker 102 informs the cloud IO agent 103 about the files and paths for which it needs content change notification.
  • this is done for path1 and path2 via the registration messages REG_IO_12 or 143A and REG_IO_22 or 143B.
  • registering the files and directories for which content change notification is required may alternatively be combined into a single message sent from cloud IO broker 102 to cloud IO agent 103, as is indicated by 143 in Fig. 1 .
  • Fig. 3A, Fig. 3B and Fig. 3C show in more detail the cloud IO event handling message flow in the system of Fig. 1 in case of a content change.
  • the client 111 is responsible for the content change on the file or directory stored in the cloud store 132.
  • the client 111 thereto sends IO_CHANGE message 144 to the WebDAV server 131 and specifies therein which file or directory has to be changed.
  • This change will be reported by cloud store 132 to cloud IO agent 133 via IO_CHANGE message 146.
  • the following data is encoded in the IO_CHANGE message 146 sent to cloud IO agent 133: path, time, type, frompath, MD5 and size.
  • path is a path in the WebDAV format pointing to the content that was changed, e.g. "http://user@host.tld/path/"
  • time specifies the time of the content change
  • type indicates the type of content change, i.e. either a create, move, update, copy or delete operation, frompath points to the file location in the cloud storage system prior to the move in case that a file is moved or remains empty otherwise
  • MD5 represents a checksum
  • size specifies the size of the changed file in bytes in case the content change was a file change.
  • the detected cloud IO change will be forwarded through CLOUD_IO_CHANGE1 message 147 towards the cloud IO broker 102.
  • the cloud IO broker 102 will check which client applications are registered for change notification on that file or directory. As a result, it will forward the change as CLOUD_IO_CHANGE2 message 148 to client application 111.
  • a similar message 149 will be forwarded to client application 112 assuming that the content change has taken place on a file or directory that belongs to path2.
  • top, bottom, over, under, and the like are introduced for descriptive purposes and not necessarily to denote relative positions. It is to be understood that the terms so used are interchangeable under appropriate circumstances and embodiments of the invention are capable of operating according to the present invention in other sequences, or in orientations different from the one(s) described or illustrated above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Information Transfer Between Computers (AREA)
EP12181883.5A 2012-08-27 2012-08-27 Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent Withdrawn EP2704398A1 (de)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP12181883.5A EP2704398A1 (de) 2012-08-27 2012-08-27 Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent
US14/010,848 US20140059217A1 (en) 2012-08-27 2013-08-27 Method for content change notification in a cloud storage system, a corresponding cloud broker and cloud agent

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
EP12181883.5A EP2704398A1 (de) 2012-08-27 2012-08-27 Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent

Publications (1)

Publication Number Publication Date
EP2704398A1 true EP2704398A1 (de) 2014-03-05

Family

ID=46800049

Family Applications (1)

Application Number Title Priority Date Filing Date
EP12181883.5A Withdrawn EP2704398A1 (de) 2012-08-27 2012-08-27 Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent

Country Status (2)

Country Link
US (1) US20140059217A1 (de)
EP (1) EP2704398A1 (de)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3206358A1 (de) * 2016-02-09 2017-08-16 Awingu Nv Vermittler zur bereitstellung von sichtbarkeit auf den inhalt eines speicherdienstes für eine anwendungsserversitzung

Families Citing this family (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012099617A1 (en) 2011-01-20 2012-07-26 Box.Net, Inc. Real time notification of activities that occur in a web-based collaboration environment
US9652741B2 (en) 2011-07-08 2017-05-16 Box, Inc. Desktop application for access and interaction with workspaces in a cloud-based content management system and synchronization mechanisms thereof
WO2013062599A1 (en) 2011-10-26 2013-05-02 Box, Inc. Enhanced multimedia content preview rendering in a cloud content management system
US9098474B2 (en) 2011-10-26 2015-08-04 Box, Inc. Preview pre-generation based on heuristics and algorithmic prediction/assessment of predicted user behavior for enhancement of user experience
GB2500152A (en) 2011-11-29 2013-09-11 Box Inc Mobile platform file and folder selection functionalities for offline access and synchronization
US9904435B2 (en) 2012-01-06 2018-02-27 Box, Inc. System and method for actionable event generation for task delegation and management via a discussion forum in a web-based collaboration environment
US11232481B2 (en) 2012-01-30 2022-01-25 Box, Inc. Extended applications of multimedia content previews in the cloud-based content management system
US9965745B2 (en) 2012-02-24 2018-05-08 Box, Inc. System and method for promoting enterprise adoption of a web-based collaboration environment
US9575981B2 (en) 2012-04-11 2017-02-21 Box, Inc. Cloud service enabled to handle a set of files depicted to a user as a single file in a native operating system
US9413587B2 (en) 2012-05-02 2016-08-09 Box, Inc. System and method for a third-party application to access content within a cloud-based platform
WO2013166520A1 (en) 2012-05-04 2013-11-07 Box, Inc. Repository redundancy implementation of a system which incrementally updates clients with events that occurred via cloud-enabled platform
US9691051B2 (en) 2012-05-21 2017-06-27 Box, Inc. Security enhancement through application access control
US8914900B2 (en) 2012-05-23 2014-12-16 Box, Inc. Methods, architectures and security mechanisms for a third-party application to access content in a cloud-based platform
GB2505072A (en) 2012-07-06 2014-02-19 Box Inc Identifying users and collaborators as search results in a cloud-based system
US9712510B2 (en) 2012-07-06 2017-07-18 Box, Inc. Systems and methods for securely submitting comments among users via external messaging applications in a cloud-based platform
US9794256B2 (en) 2012-07-30 2017-10-17 Box, Inc. System and method for advanced control tools for administrators in a cloud-based service
US9558202B2 (en) 2012-08-27 2017-01-31 Box, Inc. Server side techniques for reducing database workload in implementing selective subfolder synchronization in a cloud-based environment
US9135462B2 (en) 2012-08-29 2015-09-15 Box, Inc. Upload and download streaming encryption to/from a cloud-based platform
US9117087B2 (en) 2012-09-06 2015-08-25 Box, Inc. System and method for creating a secure channel for inter-application communication based on intents
US9195519B2 (en) 2012-09-06 2015-11-24 Box, Inc. Disabling the self-referential appearance of a mobile application in an intent via a background registration
US9292833B2 (en) 2012-09-14 2016-03-22 Box, Inc. Batching notifications of activities that occur in a web-based collaboration environment
US10915492B2 (en) 2012-09-19 2021-02-09 Box, Inc. Cloud-based platform enabled with media content indexed for text-based searches and/or metadata extraction
US9959420B2 (en) 2012-10-02 2018-05-01 Box, Inc. System and method for enhanced security and management mechanisms for enterprise administrators in a cloud-based environment
US9495364B2 (en) 2012-10-04 2016-11-15 Box, Inc. Enhanced quick search features, low-barrier commenting/interactive features in a collaboration platform
US9665349B2 (en) 2012-10-05 2017-05-30 Box, Inc. System and method for generating embeddable widgets which enable access to a cloud-based collaboration platform
US10235383B2 (en) 2012-12-19 2019-03-19 Box, Inc. Method and apparatus for synchronization of items with read-only permissions in a cloud-based environment
US9396245B2 (en) 2013-01-02 2016-07-19 Box, Inc. Race condition handling in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9953036B2 (en) 2013-01-09 2018-04-24 Box, Inc. File system monitoring in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
EP2755151A3 (de) 2013-01-11 2014-09-24 Box, Inc. Funktionalitäten, Merkmale und der Benutzeroberfläche eines Synchronisationsclient zu einer Cloud-basierten Umgebung
EP2757491A1 (de) 2013-01-17 2014-07-23 Box, Inc. Konfliktlösung, Wiederversuchbedingungsverwaltung und Handhabung von Problemdateien für den Synchronisations-Client zu einer Plattform auf Cloud-Basis
US10846074B2 (en) 2013-05-10 2020-11-24 Box, Inc. Identification and handling of items to be ignored for synchronization with a cloud-based platform by a synchronization client
US10725968B2 (en) 2013-05-10 2020-07-28 Box, Inc. Top down delete or unsynchronization on delete of and depiction of item synchronization with a synchronization client to a cloud-based platform
GB2515192B (en) 2013-06-13 2016-12-14 Box Inc Systems and methods for synchronization event building and/or collapsing by a synchronization component of a cloud-based platform
US9805050B2 (en) 2013-06-21 2017-10-31 Box, Inc. Maintaining and updating file system shadows on a local device by a synchronization client of a cloud-based platform
US9535924B2 (en) 2013-07-30 2017-01-03 Box, Inc. Scalability improvement in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US20150067019A1 (en) * 2013-08-28 2015-03-05 Soeren Balko Method and system for using arbitrary computing devices for distributed data processing
US10509527B2 (en) 2013-09-13 2019-12-17 Box, Inc. Systems and methods for configuring event-based automation in cloud-based collaboration platforms
US9535909B2 (en) * 2013-09-13 2017-01-03 Box, Inc. Configurable event-based automation architecture for cloud-based collaboration platforms
US9226137B2 (en) * 2013-09-30 2015-12-29 Qualcomm Incorporated Method and apparatus for real-time sharing of multimedia content between wireless devices
US9876748B1 (en) * 2013-11-19 2018-01-23 Google Llc Notifying users in response to movement of a content item to a new content source
US9690785B1 (en) 2014-01-30 2017-06-27 Google Inc. Change notification routing based on original authorship of modified region
US10498777B2 (en) * 2014-03-17 2019-12-03 Citrix Systems, Inc. Real-time push notifications for cloud-based applications
US10530854B2 (en) 2014-05-30 2020-01-07 Box, Inc. Synchronization of permissioned content in cloud-based environments
US9646022B2 (en) * 2014-06-06 2017-05-09 Panzura, Inc. Distributed change notifications for a distributed filesystem
US9894119B2 (en) 2014-08-29 2018-02-13 Box, Inc. Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US10038731B2 (en) 2014-08-29 2018-07-31 Box, Inc. Managing flow-based interactions with cloud-based shared content
CN105471824A (zh) * 2014-09-03 2016-04-06 阿里巴巴集团控股有限公司 实现浏览器调用本地业务组件的方法、装置及系统
US10185730B2 (en) * 2014-12-31 2019-01-22 Nexenta Systems, Inc. Methods and systems for key-value-tuple-encoded storage
US10356157B2 (en) * 2015-04-16 2019-07-16 Google Llc Systems and methods for notifying users of changes to files in cloud-based file-storage systems
US20160316038A1 (en) * 2015-04-21 2016-10-27 Masoud Aghadavoodi Jolfaei Shared memory messaging channel broker for an application server
US10152590B2 (en) * 2016-01-04 2018-12-11 Oracle International Corporation Implementing a WebSocket server to circumvent access controls, by a web browser, on a web application
US11030390B2 (en) * 2016-01-11 2021-06-08 Microsoft Technology Licensing, Llc Sharing content between electronic documents
US11822511B2 (en) 2016-05-31 2023-11-21 Microsoft Technology Licensing, Llc File access permission revocation notification
US10346352B2 (en) 2016-06-06 2019-07-09 Microsoft Technology Licensing, Llc Providing notification based on destination of file operation
WO2018006872A1 (zh) * 2016-07-08 2018-01-11 腾讯科技(深圳)有限公司 一种混合云的接口调用方法及装置
EP3429166B1 (de) * 2017-07-13 2021-09-08 Weeve GmbH Verfahren zum betreiben eines kommunikationsnetzwerks
US10652037B2 (en) 2017-09-25 2020-05-12 Microsoft Technology Licensing, Llc Notifying affected users of feature changes in a software application
US11934312B2 (en) * 2021-12-07 2024-03-19 Capital One Services, Llc On-demand scanning for changes in cloud object storage systems

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011133917A2 (en) * 2010-04-23 2011-10-27 Datcard Systems, Inc. Event notification in interconnected content-addressable storage systems

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8832268B1 (en) * 2012-08-16 2014-09-09 Amazon Technologies, Inc. Notification and resolution of infrastructure issues

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011133917A2 (en) * 2010-04-23 2011-10-27 Datcard Systems, Inc. Event notification in interconnected content-addressable storage systems

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HILDEBRAND JABBER J ET AL: "Transporting WebDAV-Related Event Notifications over the Extensible Messaging and Presence Protocol (XMPP); draft-hildebrand-webdav-notify-00.txt", 20040928, 28 September 2004 (2004-09-28), XP015037949, ISSN: 0000-0004 *
MAHY PLANTRONICS R: "Change Notifications about HyperText Transfer Protocol (HTTP) resources via the Session Initiation Protocol (SIP) Event Notification Framework; draft-mahy-http-change-notification-via-sip-00.txt", 20070625, 25 June 2007 (2007-06-25), XP015051960, ISSN: 0000-0004 *
QIN ET AL: "AwareDAV: A Generic WebDAV Notification Framework and Implementation", PROCEEDINGS OF WWW'2005, 14 May 2005 (2005-05-14) - 14 May 2005 (2005-05-14), pages 180 - 189, XP040018553 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3206358A1 (de) * 2016-02-09 2017-08-16 Awingu Nv Vermittler zur bereitstellung von sichtbarkeit auf den inhalt eines speicherdienstes für eine anwendungsserversitzung
WO2017137450A1 (en) * 2016-02-09 2017-08-17 Awingu Nv A broker for providing visibility on content of storage services to an application server session
US11089080B2 (en) 2016-02-09 2021-08-10 Awingu Nv Broker for providing visibility on content of storage services to an application server session

Also Published As

Publication number Publication date
US20140059217A1 (en) 2014-02-27

Similar Documents

Publication Publication Date Title
EP2704398A1 (de) Verfahren zur Inhaltsänderungsmitteilung in einem Cloud-Speichersystem, zugehöriger Cloud-Broker und Cloud-Agent
US11016749B1 (en) Architecture for incremental deployment
US9781142B2 (en) Scanning files for inappropriate content during synchronization
CN100593165C (zh) 用于自动升级无线设备的系统和方法
US9122651B1 (en) Computer system to support failover in an event stream processing system
US8935560B2 (en) System and method of file locking in a network file system federated namespace
US9497257B1 (en) File level referrals
CN106161523B (zh) 一种数据处理方法和设备
CA2421825A1 (en) Version control system for software development
US9584372B2 (en) Discovering resources of a distributed computing environment
JP2010009573A (ja) Nas及びcas統合体でデータをバックアップする為の方法と装置
US9229740B1 (en) Cache-assisted upload proxy
US20170078383A1 (en) Hosted file sync with stateless sync nodes
CN111064780B (zh) 一种多任务内容更新方法、装置、设备及介质
JP2008234206A (ja) 情報送信システム、情報処理装置、情報管理装置及び情報送信方法
KR20150103477A (ko) 분산환경 기반의 캐쉬 관리 장치 및 방법
WO2019231645A1 (en) Change notifications for object storage
CN111491037A (zh) 通过sftp数据流与对象存储服务器的通信方法
US7954085B2 (en) Support for multiple interface versions
JP4247975B2 (ja) データ管理方法、データ管理システム、およびそのためのプログラムならびに記録媒体
JP5544521B2 (ja) 状態管理方法、処理装置、および状態管理プログラム
CN116996421A (zh) 一种网络质量检测方法及相关设备
CN111245949A (zh) 文件归档传输方法、装置及设备
KR101419275B1 (ko) 클라우드 스토리지 기반의 데이터 동기화 및 서비스 제공 장치와 방법
CN115242882B (zh) 一种基于传输层路由访问k8s容器环境的方法及装置

Legal Events

Date Code Title Description
AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

RAX Requested extension states of the european patent have changed

Extension state: BA

Payment date: 20140506

Extension state: ME

Payment date: 20140506

17P Request for examination filed

Effective date: 20140905

RBV Designated contracting states (corrected)

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: AWINGU NV

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20180207

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20190604