User Tools

Site Tools


devdays:t3dd24

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devdays:t3dd24 [2024/08/03 07:14] admindevdays:t3dd24 [2024/08/03 09:49] (current) admin
Line 34: Line 34:
 </ul> </ul>
 </html> </html>
 +
 +{{ :devdays:elephant_footer.png?400 |}}
  
 ====== Features at a glance ====== ====== Features at a glance ======
Line 77: Line 79:
 </ul> </ul>
 </html> </html>
- 
  
 **Configure worker mode:** **Configure worker mode:**
Line 92: Line 93:
 } }
 </code> </code>
 +
 +{{ :devdays:memory-leak.webp |}}
  
 ====== Early Hints 103 ====== ====== Early Hints 103 ======
Line 106: Line 109:
 </code> </code>
  
-====== Real-Time using MercureHub ======+====== Real-Time MercureHub ====== 
 + 
 +{{ :devdays:mercure-hub.png?1200 |}} 
 + 
 + 
 +====== MercureHub config ======
  
 <html> <html>
Line 214: Line 222:
 ... ...
 </code> </code>
 +
 +====== Prometheus Server ======
 +
 +Scrape the metrics provided by FrankenPHP:
 +
 +
 +prometheus.yml:
 +<code yml>
 +scrape_configs:
 +  - job_name: 'franky'
 +    metrics_path: '/metrics'
 +    static_configs:
 +      - targets: [ "localhost:2019" ]
 +</code>
 +
  
 ====== Graceful Reload ====== ====== Graceful Reload ======
Line 281: Line 304:
 <ul> <ul>
 <li>MercureHub</li> <li>MercureHub</li>
-<li>WorkerMode</li> 
 <li>Prometheus</li> <li>Prometheus</li>
 +<li>WorkerMode (works, but has issues)</li>
 </ul> </ul>
 </html> </html>
  
-====== Lets have a look ======+**Feature idea:** 
 + 
 +Using GoRoutines to run e.g. the TYPO3 MessageBus (symfony/messenger) and the Scheduler 
 + 
 + 
 +====== Let'have a look ====== 
 + 
 +Join the Chat 
 + 
 +{{ :devdays:qr-code.svg?400 |}}
  
 Demo: https://franky.knallimall.org/ Demo: https://franky.knallimall.org/
  
 Code: https://gitlab.knallimall.org/ochorocho/franky Code: https://gitlab.knallimall.org/ochorocho/franky
 +
 +Docs: https://frankenphp.dev/docs/
devdays/t3dd24.1722669268.txt.gz · Last modified: 2024/08/03 07:14 by admin