DiffusionData
DiffusionData Appoints Raphael Vergnaud as CRO

DiffusionData, the pioneer and leader in real-time data streaming and messaging solutions, today announced that Raphael Vergnaud has been appointed as Chief Revenue Officer (CRO). Prior to joining DiffusionData, Raphael held senior roles in Canada with Montrium and Zendrive, and was CRO at Keatext. Prior to that he was the Regional VP Sales at Tangoe.
As CRO, Raphael will be responsible for overseeing and optimising all revenue-generating activities at DiffusionData. This includes sales and marketing with the objective of maximising revenue and driving business growth through effective strategies and operations.
Raphael Vergnaud, CRO at DiffusionData, said: “DiffusionData has an industry leading reputation for solving the real-time, event-data consumption and delivery challenges at scale faced by many organisations over the Internet, especially in Financial Services and iGaming. I’m excited to join the team at a time when frameworks, such as Diffusion, are becoming integral to the enablement of digital transformation strategies. I am committed to ensuring the company continues to build on the momentum and accelerate the success it has achieved in recent years.”
Raphael has more than 25 years of international experience in enterprise sales. He has a unique profile for a sales leader, combining technology expertise as software engineer (EPITA) with an MBA qualification in finance and marketing from the University of Chicago Booth School of Business. His core competencies include new business development, sales strategy, and performance sales team creation. Having worked extensively in the US and EMEA, he is experienced in complex sales processes and thrives on delivering results.
Grethe Brown, CEO of DiffusionData, said: “Having worked with Raphael in the past, I know that his financial and business expertise, commercial acumen and leadership qualities are second to none. Raphael will be pivotal in helping us implement our growth strategy and achieve our revenue goals. We’re delighted to have him on board and welcome him to our senior leadership team.”
DiffusionData’s framework, Diffusion, is used by companies worldwide in sectors such as financial services, eGaming, retail, transportation, health and digital media. Its patented delta streaming sends only the most recently updated data to millions of consumers in real-time, reducing bandwidth requirements, latency and cloud infrastructure costs. The framework is purpose-built to simplify real time data distribution, and economically deliver hyper-personalised data.
About DiffusionData
DiffusionData (formerly Push Technology) is a pioneer in real-time data distribution, providing infrastructure software for fast-moving data streams. The software is delivered as a cloud, on-premise, or hybrid solution to companies worldwide in sectors such as financial services, iGaming, retail, transportation, health, defence, and digital media.
DiffusionData empowers organizations to connect, transform, and deliver real-time data. This supports informed decisions and drives business innovation in an ever-evolving digital landscape. Serving personalised low-latency data to tens of thousands of endpoints presents a difficult scaling challenge that Diffusion solves. The DiffusionData team merges business and technology insights to create world-class solutions. Learn more at www.diffusiondata.com.
2025 Data Management Insight Awards USA
DiffusionData Wins “Best Data Ops Solution Provider” at the 2025 Data Management Insight Awards USA

DiffusionData, the pioneer and leader in real-time data streaming, today announced that Diffusion has been awarded the “Best Data Ops Solution Provider” at the 2025 Data Management Insight Awards USA. Other nominees for the award were Acceldata, Databricks, DataKitchen, IBM Databand, Monte Carlo Data, Snowflake (DataOps features), StreamSets and Zaloni.
The awards recognise both established solution vendors and innovative newcomers providing leading data management solutions, services and consultancy to capital markets participants across the USA. The awards are overseen by an Advisory Board who help shape the categories and review the nominations alongside A-Team Groups Editors.
Diffusion shortlisted for Ten Awards in 2025 so far…
To date in 2025, Diffusion has been shortlisted for “Best Cloud-Based Market Data Delivery Solution” at the Trading Tech Insight Awards USA 2025, for “Live Streaming Supplier” and “Sports Data Supplier” at the EGR B2B Awards 2025, for “Live Betting and Gaming Product” and “Sports Data Product” at the SBC Awards Americas 2025, for “Best Steaming Solution” and “Best Cloud Solution” at the DBTA Readers’ Choice Awards 2025, for “Live Betting and Gaming Product” and “Sports Data Product” at the SBC Awards Europe 2025, and for “Live Betting Product” at the SBC Awards 2025. Last year, Diffusion won the “Best Cloud Platform for Trading Applications” at the TradingTech Insight Awards USA.
Grethe Brown, CEO of DiffusionData, said: “2025 has been a record-breaking award year for Diffusion, with our win at the Data Management Insight Awards USA standing as a milestone moment. This recognition is more than an award, it affirms our leadership in real-time data streaming and justifies our mission to redefine what’s possible for how the world connects, consumes, and acts on data.”
DiffusionData’s framework, Diffusion, is used by companies worldwide in sectors such as financial services, eGaming, retail, travel and transportation, health, defence and digital media. The framework is purpose-built to simplify and speed data-driven, real-time application development, reduce operational costs, and economically deliver personalised data.
The post DiffusionData Wins “Best Data Ops Solution Provider” at the 2025 Data Management Insight Awards USA appeared first on Gaming and Gambling Industry in the Americas.
Diffusion 6.12
DiffusionData Releases Diffusion 6.12

DiffusionData, the pioneer and leader in real-time data streaming, today announced the release of Diffusion 6.12. The latest enhancements have been introduced to speed up development, optimize resource usage, and guarantee consistent, high-performance real-time data delivery.
Grethe Brown, CEO of DiffusionData, said: “As a company, we’ve always been driven by the insights of our community, ensuring our solution directly aligns with client needs. By listening closely to evolving requirements, we’ve introduced enhancements to our framework that addresses real-world developer challenges while boosting operational efficiency. These improvements are designed to accelerate productivity, reduce complexity, and create tangible business value. The ongoing feedback from our customers fuels continuous innovation in Diffusion, enabling our clients to deliver better outcomes and stay competitive.”
Enhancements in Diffusion 6.12 include:
Enhancements to the ‘Set’ Operation in Topic Views
The ‘set’ operation within the Topic Views process clause has been enhanced to support additional use cases and provide greater flexibility when shaping output data. Key improvements include:
Ability to Clear Output Structures
Output structures (objects, arrays, or even the root) can now be emptied prior to selectively copying required items into the output. This simplifies scenarios where large input datasets need to be reduced to only a few items. New special values are available: empty_object and empty array (or, for short, $O and $A respectively). For example, set(, $O) clears the entire output, while set(/pointer, $O) clears only a specific structure.
Copying Items to the Same Output Location
A new “set to pointer” capability allows items (scalars or structures) to be copied directly to the same pointer location in the output. This is particularly useful when repopulating a structure that was previously cleared.
Support for Copying Complete Data Structures
This enhancement enables copying of entire objects or arrays in addition to scalar values, making it possible to move complete structures from input to output which is useful if a higher-level structure has been cleared, but also allows for copying to entirely different structures.
Metric Alerts
There is a new Metrics notifications feature which allows metrics alerts to be notified to topics when certain criteria are satisfied. For example, an alert could be set up which will write to a topic when the memory utilisation exceeds a specified threshold.
Session Authentication – Expiry
There is now a new session property called “$ExpiryTime” which lets an authenticator define when a session should automatically close, in milliseconds. If not set, the session won’t expire. Clients can now use the new re-authenticate method – replacing changePrincipal – to either switch principals or re-authenticate with the same one, while also updating session properties if needed. Clients can check their own fixed session properties, including expiry time, with getSessionProperties. Finally, administrators can use revokeAuthentication to immediately close another client’s session.
Put together, these changes mean that sessions now have clearer lifecycles. They can expire automatically, be refreshed by re-authentication, and be forcibly revoked by administrators when necessary.
Topic View insert ’s now Allowed at any Point in the Specification
Topic view inserts can now appear anywhere in the specification, not just at the end, allowing them to be interspersed with other transformations.
Regular Expression Matching for String Comparison in Topic Views
There is now a new matches or =~ operator available in topic view “process” conditionals. This allows for advanced string comparisons using regular expressions, providing greater flexibility and precision.
Session Lock Query API
There is now a new API available in the ClientControl feature, which enables control clients to query session locks. There is a getSessionLocks method, which returns details of all current session locks, as well as a getSessionLock method to query a specific named session lock.
SubscriptionControl Feature now Cluster Aware
Previously, the SubscriptionControl feature methods to subscribe and unsubscribe sessions would only work for sessions connected to the same server as the control client using the feature. This meant that when Diffusion was running in a cluster a control client would need to connect separately to all servers in the cluster in order to manage all sessions. In this release, all methods in the SubscriptionControl feature apply to all sessions across a cluster.
SELECT_TOPIC Permissions Changes
In 6.12, the SELECT_TOPIC path permission is required for all paths that a topic selector may match — not just the path prefix. In earlier versions, SELECT_TOPIC permission was only required for the prefix of a topic selector. A session could use a selector to access an entire branch of the topic tree as long as it had permission at the top-level path. As a result, it was not possible to selectively remove access from a sub-branch — access to the parent path implicitly granted access to everything below it.
The permission model has now been made more restrictive. To fetch or subscribe using a topic selector, a session must now have SELECT_TOPIC permission for each individual path that the selector may match. This allows SELECT_TOPIC to be granted to a branch of the topic tree and explicitly revoked for specific sub-branches.
For full path pattern topic selectors, the model is even more restrictive: SELECT_TOPIC permission is required for all paths at and below the path prefix. This is necessary to prevent circumvention using advanced regular expressions. This enhancement delivers more granular, flexible, and secure topic access management.
Improvements to the Journal Feature
In 6.12, the Journal feature has been simplified. The feature is now configured in the Server.xml configuration file, and the issued file contains a sample block with the feature disabled. A sample configuration file is now issued in the Diffusion ./etc installation directory which has all possible actions that can be configured, but with all disabled.
Topic Selection Scopes
In previous versions of Diffusion, if two different components of a client application, sharing a single Diffusion connection, subscribed to a topic and one of them later unsubscribed, the topic would be unsubscribed for the session and consequently for all components. Now, it is possible to specify a named scope when subscribing, such that a later unsubscription specifying that scope has no effect on other subscriptions that named a different scope. This allows subscriptions to be localised to the components that need them. There are now new subscription and unsubscription methods that take a scope parameter to support this. Applications using the old methods will continue to work as before, as their subscriptions will all be assigned to a default scope.
Other Improvements
- In 6.12, both the Diffusion server and Java Client require Java 17. Older clients can still connect, but the 6.12 Java Client is needed to access all new features.
- The JavaScript Client and Console now support the Safari browser.
- The Dotnet SDK client can now specify a custom URL path to connect to Diffusion through use of the new parameterless ISessionFactory Open and OpenAsync API in conjunction with the new ISessionFactory attributes: ServerHost , ServerPort , SecureTransport and RequestPath .
The post DiffusionData Releases Diffusion 6.12 appeared first on Gaming and Gambling Industry in the Americas.
Diffusion Cloud
DiffusionData Offers Free Trial of Diffusion Cloud

DiffusionData, the pioneer and leader in real-time data streaming, today announced that Diffusion Cloud is now available free on a no obligation trial basis for one month, with no deployment costs.
To support new sign-ups, DiffusionData will make service engineers available if a participant requires advice during the set-up process. To sign up for the free trial and to start using Diffusion Cloud today, click here.
Diffusion Cloud for Financial Services
DiffusionData empowers financial institutions via the industry’s most secure data streaming framework. Diffusion Cloud powers personalised real-time streaming at low latency enabling our clients to deliver time-critical information such as live pricing data, trading information and customer notification at Internet scale. During the trial, users will be able to connect to their existing data sources, such as a Kafka instance or Redis database, and stream in minutes. The framework enables efficient, cost-effective cloud deployments, saving egress costs, and is suitable for Mobile and Web applications where performance and scalability are essential.
With the power of no-code data transformation, request response messaging, in-memory data caching and real-time data distribution at scale, Diffusion Cloud helps clients accelerate platform modernisation. A key benefit for financial organisations is more cost-effective development, deployment and maintenance vs an in-house build. Development teams will save weeks of effort and drastically reduce bandwidth consumption.
Diffusion Cloud for iGaming
iGaming is highly event-driven and demands applications that instantly react to fast-changing market prices before a game (Pre Match), and during the game (In Play). Industry leaders and well-known high-street brands use Diffusion Cloud to eradicate missed bets and provide real-time market lines that keeps them ahead of competitors (In Play, Cash Out, Live Scores, Personalised Offers etc.). Diffusion Cloud handles the large increased spike in users that comes with a major sporting event and delivers data to all the users in real-time – providing superior customer experiences across all your iGaming offerings be it Sportsbook, Casino, Bingo, and eSports.
iGaming companies use the Diffusion Cloud framework to seed development and shorten go-to-market time for new offerings; control and secure gaming event-data flowing to and from millions of online customers; reduce development and ongoing operational costs; simplify deployment; assure regulatory compliance for geographic expansion; and deliver personalised and enriched individual experiences. All of this is achieved by our clients through Diffusion Cloud today.
Industry Challenges
Scalability and Reducing CapEx and OpEx Costs
Competition and speed of innovation requires organisations to reduce their development cycles and deploy new technologies, in particular around data transformation. It is critical to keep operational costs under control. To reduce costs there is a need for a proven and performant framework which can reduce operational complexity and cost, manage increased scale of real-time data delivery to meet market demands, and assure data access control and security. The key to success is deploying a framework, i.e. Diffusion Cloud, that can easily and reliably scale up and down as required and deliver data with optimal efficiency using patented data optimisation and compression algorithms to reduce bandwidth costs by up to 90%.
Connecting, Transforming and Delivering Real-Time Data
Technology providers are looking to introduce solutions which reduce bandwidth and infrastructure requirements for customers to enable lower day-to-day operational costs, less system stress during peak events, and reduced support costs. The reality is that legacy technologies are not smart and send too much data to too many people unnecessarily, which is inefficient and expensive. Peak events will frequently cause massive loads on infrastructure, increase bandwidth needs and result in bottlenecks that affect the business’s bottom line.
Streaming technologies need to be aware of how data is being used to minimise bandwidth requirements. In order to manage and transmit only the data that has changed, the framework must have the capability to know what has been sent, when it was sent, and to whom it was sent. Such features allow companies to enhance their applications and expand revenue opportunities. Diffusion Cloud addresses the demanding needs of vendors when handling scale, performance, regulatory requirements, disparate geographies, and infrastructure efficiency, are vital to business success.
Personalisation
One of the key differentiators for many companies is to offer a personalised user experience. There is a business need to anticipate customer desire based on their actions. Responding to customers in a personalised manner can move the goal posts away from churn and towards customer retention and increased engagement and revenue per customer. When a customer engages through online applications, it is critical that they can easily choose options which address their specific requirements. To achieve this goal, one needs to be able to connect to a variety of data sources. In the past, this has meant engaging in an expensive and time-consuming data integration project.
Diffusion Cloud allows our customers to meet these goals without the integration burden. Diffusion is purpose-built to oversee the unique, real-time data ingestion, processing, and delivery challenges among data sources, applications, users, and devices for companies.
Grethe Brown, CEO at DiffusionData, said: “Diffusion Cloud removes many of the obstacles developers face when using open source or in-house built solutions, most notably in terms of scalability and latency. By providing developers and architects with a free month’s trial, we are giving them access to a mature, fully managed service; enabling them to trial and evaluate the benefits that Diffusion Cloud can deliver to their organisation.”
In summary – Diffusion Cloud
Diffusion Cloud is a pub/sub cache server based on web socket technologies, letting clients keep a connection open and get notified of state changes instead of polling for updates. Diffusion Cloud minimises traffic flow with minimal latency and enables end-to-end data flow, securely, and at scale.
Diffusion Cloud enables:
- Efficient, real-time messaging: Optimised to stream a high rate of messages to many connected clients;
- Optimised distribution: Understands your data and can automatically remove out-of-date or redundant data; and
- Optimised performance: Understands how clients and connections are performing and can gracefully manage clients that need to resume sessions after a loss of connectivity.
About DiffusionData
DiffusionData (formerly Push Technology) is a pioneer in real-time data distribution, providing infrastructure software for fast-moving data streams. The software is delivered as a cloud, on-premise, or hybrid solution to companies worldwide in sectors such as financial services, iGaming, retail, transportation, health, and digital media.
DiffusionData empowers organisations to connect, transform, and deliver real-time data. This supports informed decisions and drives business innovation in an ever-evolving digital landscape. Serving personalised low-latency data to tens of thousands of endpoints presents a difficult scaling challenge that Diffusion solves. The DiffusionData team merges business and technology insights to create world-class solutions. Learn more at www.diffusiondata.com.
The post DiffusionData Offers Free Trial of Diffusion Cloud appeared first on Gaming and Gambling Industry in the Americas.
-
ACMA5 days ago
ACMA Blocks More Illegal Online Gambling Websites
-
ABSG5 days ago
UK Gambling Commission to close Advisory Board for Safer Gambling
-
ArenaPlus4 days ago
DigiPlus Announces Partnership with PhilFirst
-
Asia4 days ago
Gamban Now Available in Japanese
-
Baltics4 days ago
HIPTHER Baltics 2026: Powering iGaming & Tech Connections Through 3 Premier Events
-
BETBY5 days ago
BETBY CELEBRATES SUCCESS AT SBC SUMMIT LISBON 2025 WITH ESPORTS SUPPLIER OF THE YEAR AWARD
-
Johann Schembri5 days ago
National Lottery of Malta Joins ULIS
-
Latest News5 days ago
FROM PIXELS TO POLICY – THE ULTIMATE SHOWCASE OF EUROPE’S VIDEO GAMES SECTOR