Loki and BOOST | Bytes (2024)

Home Posts Topics Members FAQ

As I understand, Loki has only been partially copied into BOOST. Which
parts haven't, and why? Were those considered poorly designed? :-)

Jan 12 '06 #1

Subscribe Reply

1 Loki and BOOST | Bytes (1) 3272 Loki and BOOST | Bytes (2)

Pavel Vozenilek

alex.gman wrote:

As I understand, Loki has only been partially copied into BOOST. Which
parts haven't, and why? Were those considered poorly designed? :-)

Loki and Boost are completely separate libraries, though
many /ideas/ from Loki found their place in Boost.

When some parts are missing (e.g. Singleton) it is because
no one had contributed them in Boost.

/Pavel

Jan 13 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2826

Loki::Factory and Loki::TList

by: Sebastian Faust |last post by:

Hi, I read about the Loki::Factory and Loki::AbstractFactory in the book Modern C++ Design and couldnt figure out one thing: If I have several classes, for example the following hierarchie: clase Base { public: Base(Base* pBase) : _pBase(pBase) { }

C / C++

1 2919

Loki

by: Dave |last post by:

Is anybody aware of a newsgroup devoted to Loki? I assume this forum would not be the most appropriate place to discuss a specific library, even if that library is written purely in standard C++... (well, almost true of Loki, except for threads...)

C / C++

3 2224

Loki TypeTraits and compilation problems

by: Krivenok Dmitry |last post by:

I writing simple class CmdLine: ..... ..... class CmdLine { ..... ..... public: /// Constructor CmdLine(int argc, char** argv);

C / C++

3 4583

Question about Loki::Singleton

by: Krivenok Dmitry |last post by:

Hello All! This is example of code: ////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef A_H_ #define A_H_ #include <Loki/Singleton.h> #include <Loki/SmartPtr.h> #include <iostream>

C / C++

2 4014

Loki-like functors with boost::function?

by: Martin Herbert Dietze |last post by:

Hi, in a project I am using callbacks which are called like ordinary functions but in fact are Loki::Functor's encapsulating calls to non-static member functions on instances of different classes. The approach using Loki::Functor looks like this: | class X {

C / C++

13 2075

Smart Pointer help

by: Protoman |last post by:

Here's a non intrusive reference counting smart pointer class I'm working on; I keep getting a "22 C:\Dev-Cpp\SmrtPtr.hpp ISO C++ forbids declaration of `SmrtPtrDB' with no type" error. Code: SmrtPtr.hpp #pragma once

C / C++

10 2923

Is anyone here using Loki?

by: Ray |last post by:

I am reading Andrei Alexandrescu's book. The ideas presented there sound really good, but I wonder--is there really a lot of people using it? Or it's simply too esoteric for mortals? Cheers Ray

.NET Framework

2 2208

Loki DeletableSingleton

by: Shawn McGrath |last post by:

Hey, I can't get DeletableSingleton to actually delete the singleton. The code is: typedef Loki::SingletonHolder<GenClass Loki::CreateUsingNew, Loki::DeletableSingletonGen; .... Gen::Instance(); .... Loki::DeletableSingleton<Gen>::GracefulDelete();

C / C++

3 2299

visitor design pattern, loki and more

by: aaragon |last post by:

Hello everyone, I've been trying to work with the visitor design pattern, and it works fine except for the following. Let's suppose that we have a fixed hierarchy of classes (many of them) which I cannot modify. I decided to use the visitor design pattern depending on the actual type of the classes because those classes already support the...

C / C++

7455

Changing the language in Windows 10

by: Hystou |last post by:

Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...

Windows Server

7962

Maximizing Business Potential: The Nexus of Website Design and Digital Marketing

by: jinu1996 |last post by:

In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...

Online Marketing

1 7480

The easy way to turn off automatic updates for Windows 10/11

by: Hystou |last post by:

Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...

Windows Server

7814

Discussion: How does Zigbee compare with other wireless protocols in smart home applications?

by: tracyyun |last post by:

Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...

General

6050

AI Job Threat for Devs

by: agi2029 |last post by:

Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...

Career Advice

5092

Couldn’t get equations in html when convert word .docx file to html file in C#.

by: conductexam |last post by:

I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...

C# / C Sharp

3504

Trying to create a lan-to-lan vpn between two differents networks

by: TSSRALBI |last post by:

Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...

Networking - Hardware / Configuration

1 1949

transfer the data from one system to another through ip address

by: 6302768590 |last post by:

Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

C# / C Sharp

1 1063

How to add payments to a PHP MySQL app.

by: muto222 |last post by:

How can i add a mobile payment intergratation into php mysql website.

PHP

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisem*nts and analytics tracking please visit the page.

Loki and BOOST | Bytes (2024)

FAQs

What is Loki in Grafana? ›

Loki is a log aggregation system designed to store and query logs from all your applications and infrastructure. The easiest way to get started is with Grafana Cloud, our fully composable observability stack.

What is the difference between Prometheus and Loki? ›

Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. Loki differs from Prometheus by focusing on logs instead of metrics, and collecting logs via push, instead of pull.

What is Loki Promtail? ›

Promtail is an agent that ships the contents of local logs to a private Grafana Loki instance or Grafana Cloud. It is usually deployed to every machine that has applications needed monitoring.

What is a Loki stream? ›

Stream. Loki stores log data in a stream, a stream is defined by the unique set of labels sent with the stream. Streams are essentially the same as series in Prometheus however loki does not have a metric name , otherwise they are essentially the same.

What is the true purpose of Loki? ›

He has friends, not merely people he manipulates. And if he doesn't act they will all die too. And so Loki finally finds his glorious purpose — he sacrifices himself to save the universe, but more importantly to save the people he has come to care about.

What is the concept of Loki? ›

In Norse mythology Loki is a cunning trickster who has the ability to change his shape and sex. Although his father is the giant Fárbauti, he is included among the Aesir (a tribe of gods). Loki is represented as the companion of the great gods Odin and Thor.

How do I integrate Loki with Grafana? ›

In Grafana, go to Connections > Data Sources via the cog icon on the left sidebar. Click the big + Add a new data source button. Search for, or choose Loki from the list.

What is Loki in Kubernetes? ›

A LOKI stack is a Linux-OpenStack-Kubernetes Infrastructure, and represents Linux hosts with one of two infrastructures (or both) on top.

What is the difference between Prometheus and Promtail? ›

Promtail borrows the same service discovery mechanism from Prometheus, although it currently only supports static and kubernetes service discovery. This limitation is due to the fact that Promtail is deployed as a daemon to every local machine and, as such, does not discover label from other machines.

Which db Loki use? ›

Loki stores all data in a single object storage backend, such as Amazon Simple Storage Service (S3), Google Cloud Storage (GCS), Azure Blob Storage, among others. This mode uses an adapter called index shipper (or short shipper) to store index (TSDB or BoltDB) files the same way we store chunk files in object storage.

What is Prometheus and Grafana? ›

Prometheus collects rich metrics and provides a powerful querying language; Grafana transforms metrics into meaningful visualizations. Both are compatible with many, if not most, data source types. In fact, it is very common for DevOps teams to run Grafana on top of Prometheus.

Does Loki still exist? ›

Yes Loki is dead, he got killed by Thanos in Avengers Infinity War (2018). But the Loki from the Loki series, is indeed Loki, but not the same Loki that died in Infinity War.

What is the use of Loki tool? ›

loki is the main server, responsible for storing logs and processing queries. Grafana for querying and displaying the logs.

What does Loki Gateway do? ›

Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.

What is the difference between Splunk and Loki? ›

Splunk is not JAVA based, it has its own SmartStore capability but again, could be pricey. On the other hand, Loki is written in Golang, it has low memory overhead, it does not maintain in-memory indexes and it's using Object Storage capability for data.

What is the advantage of Loki? ›

Lauki (Loki): Ayurvedic Benefits and Uses. Lauki is excellent for balancing liver function for most people. It is often recommended by Ayurvedic physicians when the liver is inflamed and cannot efficiently process food for maximum nutrition and assimilation.

Top Articles
Latest Posts
Article information

Author: Domingo Moore

Last Updated:

Views: 6312

Rating: 4.2 / 5 (53 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.